mirror of
https://github.com/coder/coder.git
synced 2026-06-03 13:08:25 +00:00
d737f8c104
Complements https://github.com/coder/coder/pull/22012 by adding a `coder task resume` command
22 lines
392 B
Plaintext
22 lines
392 B
Plaintext
coder v0.0.0-devel
|
|
|
|
USAGE:
|
|
coder task
|
|
|
|
Manage tasks
|
|
|
|
Aliases: tasks
|
|
|
|
SUBCOMMANDS:
|
|
create Create a task
|
|
delete Delete tasks
|
|
list List tasks
|
|
logs Show a task's logs
|
|
pause Pause a task
|
|
resume Resume a task
|
|
send Send input to a task
|
|
status Show the status of a task.
|
|
|
|
———
|
|
Run `coder --help` for a list of global options.
|