Files
coder/docs/cli/coder_list.md
2023-02-23 01:53:21 +00:00

46 lines
767 B
Markdown

<!-- DO NOT EDIT | GENERATED CONTENT -->
# coder list
List workspaces
## Usage
```console
coder list [flags]
```
## Flags
### --all, -a
Specifies whether all workspaces will be listed or not.
<br/>
| | |
| --- | --- |
| Default | <code>false</code> |
### --column, -c
Columns to display in table output. Available columns: workspace, template, status, last built, outdated, starts at, stops after
<br/>
| | |
| --- | --- |
| Default | <code>[workspace,template,status,last built,outdated,starts at,stops after]</code> |
### --output, -o
Output format. Available formats: table, json
<br/>
| | |
| --- | --- |
| Default | <code>table</code> |
### --search
Search for a workspace with a query.
<br/>
| | |
| --- | --- |
| Default | <code>owner:me</code> |