More fine grained metrics for app ls -S? #445

Closed
opened 2023-04-14 11:29:09 +00:00 by decentral1se · 2 comments
Owner

3wc: for instance: one-liner to show available upgrades for the recipes in use on a server 🤖

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.

> 3wc: for instance: one-liner to show available upgrades for the recipes in use on a server 🤖 `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.
decentral1se added the
enhancement
label 2023-04-14 11:29:09 +00:00
Author
Owner

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

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
decentral1se added this to the (deleted) project 2023-06-08 09:25:53 +00:00
Author
Owner
https://git.coopcloud.tech/toolshed/organising/issues/657
Sign in to join this conversation.
No description provided.