`juju info` should provide a way to specify revision
Bug #2028468 reported by
Haw Loeung
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Canonical Juju |
Triaged
|
Wishlist
|
Unassigned |
Bug Description
Hi,
Trying to get info on a charm, landscape-client, and prior revisions but there isn't a way to do so with `juju info`:
| juju info landscape-client --revision 48 --channel stable --series xenial
| ERROR option provided but not defined: --revision
Only way is to deploy it with:
| juju deploy landscape-client --revision 48 --channel stable --series xenial landscape-
Then inspect the changes in `/var/lib/
Would be nice to be able to provide a `revision` so we could see the date at which that revision of a charm was published.
To post a comment you must log in.
Thx, this is a reasonable suggestion.