Check if all container are running #577
Loading…
x
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?
I would like to automate the process of checking the overall status of an app using
abra app ps
.For that I would wish that this command has a
--machine
readable output too.Another issue is that if a container is not running,
abra app ps
does not really help me, I can only see if the container are healthy or not. Is there any way to check if all started container are already/still running? Similar to the converge check after deploying. I think for thatabra
would need to check the compose file which container exists and than compare it with the running container.Nice! I think some logic (unfinished) for this is in
abra app errors ...
? This command could be integrated elsewhere, it never became widely used, I think. It's also not very reliable. See what you think!coop-cloud/abra#409