machine readable ps output + output of not running container #409
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "ps"
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?
abra app ps --machine <app_name>
will now generate a json output. Additionally container that are not running will be shown with "unknown" properties. This way it's possible to automatically check if all container are running and are healthy. Related to coop-cloud/organising#577Looking good! Just driving by... an integration test would be nice but also if you're stuck for time and have some confidence in it, also feel free to merge. Thanks for taking a run at this!