mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
6d41d98b65
Adds a new `coder task pause`
26 lines
435 B
Plaintext
26 lines
435 B
Plaintext
coder v0.0.0-devel
|
|
|
|
USAGE:
|
|
coder task pause [flags] <task>
|
|
|
|
Pause a task
|
|
|
|
- Pause a task by name:
|
|
|
|
$ coder task pause my-task
|
|
|
|
- Pause another user's task:
|
|
|
|
$ coder task pause alice/my-task
|
|
|
|
- Pause a task without confirmation:
|
|
|
|
$ coder task pause my-task --yes
|
|
|
|
OPTIONS:
|
|
-y, --yes bool
|
|
Bypass confirmation prompts.
|
|
|
|
———
|
|
Run `coder --help` for a list of global options.
|