feature request: provide command to retrieve the status for all apps deployed on a server #489
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Once having 10plus containers running on a server this feature would be really helpful. :)
Have you tried
abra app ls -S -s <SERVER>?
Thanks, wasn't aware of that. Is the status the same as I can get with
abra app ps <APP>@stevensting it's different:
I don't have an opinion on adding a built-in way to do
abra app pson all apps on a server, but unless and until it's added you could also use abra's-m(machine readable output) flag +jq+ some bash:We also have a prototype for this:
Seems like this one is solved? Please re-open if not!