mirror of
https://github.com/coder/coder.git
synced 2026-06-03 21:18:24 +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 🏄🏻♂️
39 lines
696 B
Markdown
Generated
39 lines
696 B
Markdown
Generated
<!-- DO NOT EDIT | GENERATED CONTENT -->
|
|
# task logs
|
|
|
|
Show a task's logs
|
|
|
|
## Usage
|
|
|
|
```console
|
|
coder task logs [flags] <task>
|
|
```
|
|
|
|
## Description
|
|
|
|
```console
|
|
- Show logs for a given task.:
|
|
|
|
$ coder task logs task1
|
|
```
|
|
|
|
## Options
|
|
|
|
### -c, --column
|
|
|
|
| | |
|
|
|---------|----------------------------------------|
|
|
| Type | <code>[id\|content\|type\|time]</code> |
|
|
| Default | <code>type,content</code> |
|
|
|
|
Columns to display in table output.
|
|
|
|
### -o, --output
|
|
|
|
| | |
|
|
|---------|--------------------------|
|
|
| Type | <code>table\|json</code> |
|
|
| Default | <code>table</code> |
|
|
|
|
Output format.
|