-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Labels
Description
Hi,
Nice tool! Only thing i'm missing is an option to set dicts:
env_variables:
ENVIRONMENT: 'production'
DB_HOST: 'host.tld'
DB_USER: 'admin'
yaml_cli -f file.yaml --dict-append env_variables: DB_PASS: 'secret' DB_NAME: 'app_db'
which should result in:
env_variables:
ENVIRONMENT: 'production'
DB_HOST: 'host.tld'
DB_USER: 'admin'
DB_PASS: 'secret'
DB_NAME: 'app_db'
Reactions are currently unavailable