dotenv-vault icon indicating copy to clipboard operation
dotenv-vault copied to clipboard

Add optional DOTENV_IT token pulls to fail on pull if containing a blank value

Open motdotla opened this issue 2 years ago • 0 comments

An easy mistake for both developers and devops to make is to forget to set a value for an environment variable before deploying. Add an optional flag that raises an error if this is the case - when pulling. This will cause a stacktrace and prevent the deployment from going out. Then the development or devops team can set the value and redeploy.

motdotla avatar Aug 04 '22 16:08 motdotla