Show chaos version with abra app ls -S
#429
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?
The command
abra app ls -S
should show if an app is deployed with--chaos
and which actual version is deployed.Especially if you manage apps cooperatively you can run into trouble if someone deployed a specific version in chaos mode and you try to redeploy this app but don't know which version is actually running.
The label
coop-cloud.<app_name>.chaos
can be used to check if an app is deployed with--chaos
and I would suggest an extra label likecoop-cloud.<app_name>.chaos_version
that contains the same recipe commit hash that is shown when you runabra app deploy --chaos
. i.e.26d02d51 + unstaged changes