diff --git a/docs/operators/tutorial.md b/docs/operators/tutorial.md index f1e6f7e..63b2c11 100644 --- a/docs/operators/tutorial.md +++ b/docs/operators/tutorial.md @@ -262,7 +262,6 @@ abra app deploy ``` abra app ps -w # status check abra app logs # logs trailing -abra app errors -w # error catcher ``` 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:).