docs: remove old cruft
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-03-28 17:14:44 +01:00
parent b2c2fb0149
commit c161031d3b
3 changed files with 1 additions and 35 deletions

View File

@ -27,11 +27,6 @@ flags: `-f/--force`, `-C/--chaos`
- `abra app rm --volumes $APPNAME`
flags: `-f/--force`, `-V/--volumes`
### add/remove server
- `abra server add $SERVER`
- `abra server remove $SERVER`
flags: `-s/--server`
### upgrade abra
- `abra upgrade`
flags: `--rc`
@ -74,6 +69,3 @@ As you can see we, we're selecting all recipes where category is "Utilities".
`abra app ls -m -S |jq '[.[].apps[] | select(.status == "deployed") | del(.upgrade)]' |tv`
The `del(.upgrade)` filter filters out available versions for the recipe in question for that row. It could be useful to leave in if you want a list of deployed apps that need an upgrade.