Description of change
This change modifies the application config CLI command to accept and parse the --generation option.
Changes to the client and server-side APIs will appear in a forthcoming patch
QA steps
- Bootstrap
juju deploy redisjuju config redisworks without error.juju config redis databases=8works without error.juju config redis databases=16 --generationthrows an error for the missing generation value.juju config redis databases=8 --generation derpthrows an error for the invalid generation value.juju config redis databases=16 --generation currentworks without error.juju config redis databases=8 --generation nextworks without error.
Documentation changes
Yes.
Bug reference
N/A
该提问来源于开源项目:juju/juju