mirror of
https://github.com/coder/coder.git
synced 2026-06-03 04:58:23 +00:00
6d41d98b65
Adds a new `coder task pause`
21 lines
364 B
Plaintext
21 lines
364 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
|
|
send Send input to a task
|
|
status Show the status of a task.
|
|
|
|
———
|
|
Run `coder --help` for a list of global options.
|