[update-credential] Extraneous --credential option confuses
Bug #1800056 reported by
Peter Matulis
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Canonical Juju |
Fix Released
|
Medium
|
Anastasia |
Bug Description
Consider this invocation:
juju update-credential --credential <something> aws bob
The command help states "--credential is the credential to update" but the syntax shows:
juju update-credential [options] <cloud-name> <credential-name>
It appears that `--credential` and `<credential-name>` are redundant, which is confusing, especially since the syntax appears to require `<credential-
Changed in juju: | |
status: | Triaged → In Progress |
assignee: | nobody → Anastasia (anastasia-macmood) |
Changed in juju: | |
status: | In Progress → Fix Committed |
milestone: | none → 2.6-beta1 |
Changed in juju: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
It is confusing indeed. However, due to a backward compatibility and current scripts that may potentially rely on current behavior, we cannot remove this redundant option unitl Juju 3.
I'll tag this bug as such and will add it to our board.