ulrikstrid / reenv

dotenv-cli implementation in native ReasonML providing near-instant startup times
MIT License
65 stars 3 forks source link

Add dotenv-safe functionality #11

Closed ulrikstrid closed 5 years ago

ulrikstrid commented 5 years ago

This adde the possibility to use --safe <file> to make sure all the keys in that file are provided by the other .env files.

If they are not there it will fail spectacularly.

Fixes #3