Closed fakenickels closed 5 years ago
Just leaving the discussion here if you are interested in implementing this in reenv! Btw great tool 👏I was really looking for something like this implemented in native Reason
Seems like nice functionality to have, maybe could implement it under a flag --safe .env.example
?
Looks really good for me
I have now added cmdliner and changed my internal representation so this should be pretty easy to add. Hopefully I can find some time the next couple of days.
dotenv has a cousin called https://npmjs.com/package/dotenv-safe where you need to provide also a .env.example so it can check against that file and check if any declared var is missing