From 79bd10ff039f52f68cbfef5092e6b0203c3d9745 Mon Sep 17 00:00:00 2001 From: iexos Date: Fri, 10 Apr 2026 22:35:18 +0200 Subject: [PATCH] op tutorial: add update check --- docs/operators/tutorial.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/docs/operators/tutorial.md b/docs/operators/tutorial.md index d4fea9b..a68b50b 100644 --- a/docs/operators/tutorial.md +++ b/docs/operators/tutorial.md @@ -266,9 +266,15 @@ abra app logs # logs trailing Your new `traefik` instance will detect that a new app is coming up and generate TLS certificates for it. You can see what `traefik` is up to using the same commands above but replacing `` with the `` you chose earlier (`abra app ls` will remind you what domains you chose :grinning:). -### Upgrade Nextcloud +### Upgrades -To upgrade an app manually to the newest available version run: +You can check if any of your deployed apps have updates available with: + +```bash +abra app ls -S +``` + +To upgrade an app to the newest available version run: ```bash abra app upgrade