Comment 1 for bug 1881476

Revision history for this message
Ian Booth (wallyworld) wrote :

The new actions UX may do what you want. It's a client side flag which you can toggle on by:

export JUJU_FEATURES=actions-v2

There's more info here

https://discourse.juju.is/t/juju-actions-opt-in-to-new-behaviour-from-juju-2-8/2255

The relevant new command is list-operations (or just operations) and you can filter on name, app, unit, status or a combination thereof.

At this stage there's no plans to do any more work on the older UX which is deprecated and will be removed when we do the next major version bump. Hopefully the new UX does what's needed. If there's anything missing, let us know.