mirror of
https://github.com/coder/coder.git
synced 2025-07-08 11:39:50 +00:00
46 lines
767 B
Markdown
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> |
|