You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This release adds the --safe flag that lets you provide a dotenv file with all the keys your program needs to run. If there are keys provided to --safe that's not in the combination of your other files it will raise an error with the missing keys.
Add cmdliner to make the CLI more like dotenv-cli and allow for multiple dotenv files.
Changed the internal representation of the environment to a Hashtbl, partly to not add multiple of the same environment variable and to let files added later to overwrite the first.