Skip to content

Commit 0d2f42c

Browse files
robsymestefanoboriero
authored andcommitted
feat: add --wait flag to compute-envs delete command
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Signed-off-by: Rob Syme <rob.syme@gmail.com>
1 parent 832f663 commit 0d2f42c

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/main/java/io/seqera/tower/cli/commands/computeenvs/DeleteCmd.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,7 @@ protected Integer onBeforeExit(int exitCode, Response response) {
9696
}
9797

9898
if (status == ComputeEnvStatus.ERRORED) {
99-
if (showProgress) {
100-
app().getOut().println();
101-
}
99+
app().getErr().println("ERROR: Compute environment disposal failed (status: ERRORED). AWS resources may not have been cleaned up.");
102100
return CommandLine.ExitCode.SOFTWARE;
103101
}
104102

0 commit comments

Comments
 (0)