mirror of
https://github.com/coder/coder.git
synced 2026-06-07 23:18:20 +00:00
27 lines
863 B
Plaintext
27 lines
863 B
Plaintext
coder v0.0.0-devel
|
|
|
|
[93mUSAGE:[0m
|
|
coder list [flags]
|
|
|
|
List workspaces
|
|
|
|
Aliases: ls
|
|
|
|
[93mOPTIONS:[0m
|
|
[96m-[0m[96ma[0m, [96m--[0m[96mall[0m bool
|
|
Specifies whether all workspaces will be listed or not.
|
|
|
|
[96m-[0m[96mc[0m, [96m--[0m[96mcolumn[0m 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, stops
|
|
after, daily cost.
|
|
|
|
[96m-[0m[96mo[0m, [96m--[0m[96moutput[0m string (default: table)
|
|
Output format. Available formats: table, json.
|
|
|
|
[96m--[0m[96msearch[0m string (default: owner:me)
|
|
Search for a workspace with a query.
|
|
|
|
———
|
|
Run `coder --help` for a list of global options.
|