Comment 1 for bug 1661145

Revision history for this message
Fairbanks. (fairbanks) wrote :

I would like that also, a bit more options to show specific information of juju status.
Stuff like.
- Show which header(s), Apps, Units, Relations, just one or two like `--headers units,apps` and then in that same order as given.
- Show which columns in the units part, like not showing the ports column for instance.

What i do currently to at least not show apps is the following.

`watch -c -d -n 0.5 'juju status --color=true | grep -A9999999 Unit'`