1.0.4 • Published 5 years ago

merge-env-cli v1.0.4

Weekly downloads
36
License
Apache-2.0
Repository
github
Last release
5 years ago

merge-env-cli

A simple script to take an existing dotenv file and dump existing env files into it

Install

npm install -g merge-env-cli

Usage

env | merge-env ./path/to/.env.template > .env

By piping you environment variables into merge-env-cli and supplying the template, this simple script will output to stdout a new .env file that contains the template with the piped variables inserted if they exist

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago