mirror of
https://github.com/coder/coder.git
synced 2026-06-03 13:08:25 +00:00
a4f1319108
* coder list: adds information about next start / stop to available columns (not default) * coder schedule: show now essentially coder list with a different set of columns * Updates cli schedule unit tests to use new dbfake Co-authored-by: Mathias Fredriksson <mafredri@gmail.com>
1.3 KiB
Generated
1.3 KiB
Generated
list
List workspaces
Aliases:
- ls
Usage
coder list [flags]
Options
-a, --all
| Type | bool |
Specifies whether all workspaces will be listed or not.
-c, --column
| Type | string-array |
| Default | workspace,template,status,healthy,last built,outdated,starts at,stops after |
Columns to display in table output. Available columns: workspace, template, status, healthy, last built, outdated, starts at, starts next, stops after, stops next, daily cost.
-o, --output
| Type | string |
| Default | table |
Output format. Available formats: table, json.
--search
| Type | string |
| Default | owner:me |
Search for a workspace with a query.