Deploy should allow for a "config set" flag
Bug #893184 reported by
Marco Ceppi
This bug affects 3 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
pyjuju |
Confirmed
|
Wishlist
|
Unassigned |
Bug Description
During deploying, in addition to having a --config flag, --set (or similar) should be available to set options "on the fly"
eg:
$ juju deploy --set "config-key=value" service
$ juju deploy --set 'config-key=value config-key2="big value"' service
To post a comment you must log in.
That's a good idea.