From 809261ad255ae68f5ec855dd27b8168a4f55c0ec Mon Sep 17 00:00:00 2001 From: decentral1se Date: Tue, 19 Apr 2022 14:46:45 +0200 Subject: [PATCH] more release notes --- docs/abra/upgrade.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/abra/upgrade.md b/docs/abra/upgrade.md index 266628e..8d909b2 100644 --- a/docs/abra/upgrade.md +++ b/docs/abra/upgrade.md @@ -31,3 +31,7 @@ Make sure to back up your `~/.abra/servers` configurations first for safety. - CLI flag/args handling has been made more flexible. We're workign within the constraints of an upstream library issue but have hopefully made it easier to mange passing flags to commands with `abra`. See [this troubleshooting entry](/abra/trouble/#command-line-flag-handling-is-weird) for the full review. - A number of short style flags have been re-mapped and/or added. This is again related to an issue with the upstream CLI library which sometimes understands short style flags as long style flags. E.g. `--ch` instead of `-ch` for `--chaos`. As a concrete example, `--ch` is now `-C` on `abra app deploy`. + +- `abra app backup` & `abra app restore` are ready for alpha-testing! See [this entry](https://docs.coopcloud.tech/maintainers/handbook/#how-do-i-configure-backuprestore) and [that entry](https://docs.coopcloud.tech/operators/handbook/#how-do-i-backuprestore-my-app) for more. + +- `abra server add --traefik` went away, it was too unreliable & hard to maintain.