feat(app): Adds abra app move command
This commit is contained in:
@ -84,7 +84,7 @@ func RunRemove(ctx context.Context, client *apiclient.Client, opts Remove) error
|
||||
continue
|
||||
}
|
||||
|
||||
log.Info(i18n.G("polling undeploy status"))
|
||||
log.Debug("polling undeploy status")
|
||||
timeout, err := waitOnTasks(ctx, client, namespace)
|
||||
if timeout {
|
||||
errs = append(errs, err.Error())
|
||||
|
Reference in New Issue
Block a user