97b5cd089d
- all string fields containing an environment variable like ${FOO} will be resolved - supported format ${FOO}, ${FOO:-bar} and ${FOO-bar} to allow default values if variable is not present in environment - add --no-env argument for CLI to disable the feature which is enabled by default Resolves: #546 |
||
---|---|---|
.. | ||
__init__.py | ||
test_checks.py | ||
test_collect.py | ||
test_convert.py | ||
test_env_variables.py | ||
test_generate.py | ||
test_legacy.py | ||
test_normalize.py | ||
test_override.py | ||
test_validate.py |