mirror of
https://github.com/coder/coder.git
synced 2026-06-03 04:58:23 +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 🏄🏻♂️
539 B
Generated
539 B
Generated
task delete
Delete tasks
Aliases:
- rm
Usage
coder task delete [flags] <task> [<task> ...]
Description
- Delete a single task.:
$ $ coder task delete task1
- Delete multiple tasks.:
$ $ coder task delete task1 task2 task3
- Delete a task without confirmation.:
$ $ coder task delete task4 --yes
Options
-y, --yes
| Type | bool |
Bypass prompts.