feat(cli): add provisioner job cancel command (#16252)

Fixes #16117
Updates #15084
This commit is contained in:
Mathias Fredriksson
2025-01-27 16:26:56 +00:00
committed by GitHub
parent 84a54c1d7b
commit 75c899ff71
19 changed files with 568 additions and 21 deletions
+2 -1
View File
@@ -8,7 +8,8 @@ USAGE:
Aliases: job
SUBCOMMANDS:
list List provisioner jobs
cancel Cancel a provisioner job
list List provisioner jobs
———
Run `coder --help` for a list of global options.
@@ -0,0 +1,13 @@
coder v0.0.0-devel
USAGE:
coder provisioner jobs cancel [flags] <job_id>
Cancel a provisioner job
OPTIONS:
-O, --org string, $CODER_ORGANIZATION
Select which organization (uuid or name) to use.
———
Run `coder --help` for a list of global options.