Show chaos version with abra app ls -S #429

Closed
opened 2023-03-01 09:33:55 +00:00 by moritz · 0 comments
Member

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 like coop-cloud.<app_name>.chaos_version that contains the same recipe commit hash that is shown when you run abra app deploy --chaos. i.e. 26d02d51 + unstaged changes

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 like `coop-cloud.<app_name>.chaos_version` that contains the same recipe commit hash that is shown when you run `abra app deploy --chaos`. i.e. `26d02d51 + unstaged changes`
moritz added the
enhancement
label 2023-03-01 09:33:55 +00:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: coop-cloud/organising#429
No description provided.