mirror of
https://github.com/coder/coder.git
synced 2026-06-03 04:58:23 +00:00
6d41d98b65
Adds a new `coder task pause`
512 B
Generated
512 B
Generated
task pause
Pause a task
Usage
coder task pause [flags] <task>
Description
- 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
| Type | bool |
Bypass confirmation prompts.