mirror of
https://github.com/coder/coder.git
synced 2026-06-03 21:18:24 +00:00
d737f8c104
Complements https://github.com/coder/coder/pull/22012 by adding a `coder task resume` command
669 B
Generated
669 B
Generated
task resume
Resume a task
Usage
coder task resume [flags] <task>
Description
- Resume a task by name:
$ coder task resume my-task
- Resume another user's task:
$ coder task resume alice/my-task
- Resume a task without confirmation:
$ coder task resume my-task --yes
Options
--no-wait
| Type | bool |
Return immediately after resuming the task.
-y, --yes
| Type | bool |
Bypass confirmation prompts.