Files
Mathias Fredriksson ad8ba4aac6 feat(cli): promote tasks commands from experimental to GA (#20916)
## 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 🏄🏻‍♂️
2025-11-25 13:50:22 +00:00

696 B
Generated

task logs

Show a task's logs

Usage

coder task logs [flags] <task>

Description

  - Show logs for a given task.:

     $ coder task logs task1

Options

-c, --column

Type [id|content|type|time]
Default type,content

Columns to display in table output.

-o, --output

Type table|json
Default table

Output format.