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
Instead of only comparing the .env and the .env.example files, check the entire environment that CommandBox knows about against the .env.example file. This will make it work better in CI environments.
Steps:
Load in .env file to CommandBox.
Open .env.example.
Compare .env.example keys to CommandBox's known keys.
Instead of only comparing the
.env
and the.env.example
files, check the entire environment that CommandBox knows about against the.env.example
file. This will make it work better in CI environments.Steps:
.env
file to CommandBox..env.example
..env.example
keys to CommandBox's known keys.commandbox-dotenv/interceptors/LoadEnvPreServers.cfc
Line 15 in 0f190a7
The text was updated successfully, but these errors were encountered: