More fine grained metrics for app ls -S
?
#445
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?
for recipe in $(abra app ls -s swarm.autonomic.zone -m | jq -r '."swarm.autonomic.zone".apps[].recipe' | sort -u); do echo "$(tput setaf 1)$recipe $(tput sgr0)" && abra recipe upgrade -n -m "$recipe" ; done
There could be other things we want to easily show directly instead of this huge table output with everything. Autonomic is probably reaching the limits of this layout with 17 servers / 120+ apps 🙃
kadabra
could be used for this workflow also, but that's probably a separate discussion from the overview needs.TUI demo might help here https://matrix.autonomic.zone/_matrix/media/r0/download/autonomic.zone/sIAQlOAeLlnmwszSNmEPeUyS it could be possible to swap out some of the UI elements of
abra
and defer to a TUI environment? Needs some thinking through...Update: https://git.coopcloud.tech/decentral1se/cctuip
#657