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