mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
ad8ba4aac6
## Overview This change promotes the tasks CLI commands from `coder exp task` to `coder task`, marking them as generally available (GA). ## Migration Users will need to update their scripts from: ```shell coder exp task create "my task" ``` To: ```shell coder task create "my task" ``` --- 🤖 This change was written by Claude Sonnet 4.5 Thinking using [mux](https://github.com/coder/mux) and reviewed by a human 🏄🏻♂️
20 lines
337 B
Plaintext
20 lines
337 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
|
|
send Send input to a task
|
|
status Show the status of a task.
|
|
|
|
———
|
|
Run `coder --help` for a list of global options.
|