@dotenvx/dotenvx
Advanced tools
Changelog
run --strict
flag to exit with code 1
if any errors are encountered - like a missing .env
file or decryption failure (#460)get --strict
flag to exit with code 1
if any errors are encountered - like a missing .env
file or decryption failure (#461)strict
option to config()
to throw for any errors (#459)MISSING_ENV_FILE
and DECRYPTION_FAILED
errors to stderr (prior was stdout as a warning) (#459)dotenvx.get()
function from lib/main.js
. (parse
already historically exists for this purpose) (#461)