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 🏄🏻♂️
14 lines
625 B
Markdown
14 lines
625 B
Markdown
# Tasks CLI
|
|
|
|
The Tasks CLI documentation has moved to the auto-generated CLI reference pages:
|
|
|
|
- [task](../reference/cli/task.md) - Main tasks command
|
|
- [task create](../reference/cli/task_create.md) - Create a task
|
|
- [task delete](../reference/cli/task_delete.md) - Delete tasks
|
|
- [task list](../reference/cli/task_list.md) - List tasks
|
|
- [task logs](../reference/cli/task_logs.md) - Show task logs
|
|
- [task send](../reference/cli/task_send.md) - Send input to a task
|
|
- [task status](../reference/cli/task_status.md) - Show task status
|
|
|
|
For the complete CLI reference, see the [CLI documentation](../reference/cli/index.md).
|