From 72c021c727fe25e25f1396c1ff40f43394a85f3b Mon Sep 17 00:00:00 2001 From: decentral1se Date: Mon, 8 Jul 2024 13:56:43 +0200 Subject: [PATCH] fix: remove old commands from deploy fail help --- pkg/upstream/stack/stack.go | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/pkg/upstream/stack/stack.go b/pkg/upstream/stack/stack.go index 7731635f..98a953a7 100644 --- a/pkg/upstream/stack/stack.go +++ b/pkg/upstream/stack/stack.go @@ -490,17 +490,12 @@ latency. You can track latest deployment status with: - abra app ps --watch %s + abra app ps %s And inspect the logs with: abra app logs %s - -If a service is failing to even start, try to smoke out the error with: - - abra app errors --watch %s - -`, appName, timeout, appName, appName, appName)) +`, appName, timeout, appName, appName)) } }