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
29 lines
519 B
Plaintext
29 lines
519 B
Plaintext
coder v0.0.0-devel
|
|
|
|
USAGE:
|
|
coder task resume [flags] <task>
|
|
|
|
Resume a task
|
|
|
|
- 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 bool
|
|
Return immediately after resuming the task.
|
|
|
|
-y, --yes bool
|
|
Bypass confirmation prompts.
|
|
|
|
———
|
|
Run `coder --help` for a list of global options.
|