mirror of
https://github.com/coder/coder.git
synced 2025-07-08 11:39:50 +00:00
767 B
767 B
coder list
List workspaces
Usage
coder list [flags]
Flags
--all, -a
Specifies whether all workspaces will be listed or not.
Default | false |
--column, -c
Columns to display in table output. Available columns: workspace, template, status, last built, outdated, starts at, stops after
Default | [workspace,template,status,last built,outdated,starts at,stops after] |
--output, -o
Output format. Available formats: table, json
Default | table |
--search
Search for a workspace with a query.
Default | owner:me |