Closed motdotla closed 2 years ago
Support passing DOTENV_ME as an environment variable as an alternative to reading the .env.me file.
.env.me
Example:
DOTENV_ME=me_1234 dotenv-cli pull production .env
Completed as pr #22
Support passing DOTENV_ME as an environment variable as an alternative to reading the
.env.me
file.Example: