mirror of
https://github.com/coder/coder.git
synced 2025-07-09 11:45:56 +00:00
25 lines
730 B
Plaintext
25 lines
730 B
Plaintext
coder v0.0.0-devel
|
|
|
|
USAGE:
|
|
coder list [flags]
|
|
|
|
List workspaces
|
|
|
|
Aliases: ls
|
|
|
|
OPTIONS:
|
|
-a, --all bool
|
|
Specifies whether all workspaces will be listed or not.
|
|
|
|
-c, --column [favorite|workspace|organization id|organization name|template|status|healthy|last built|current version|outdated|starts at|starts next|stops after|stops next|daily cost] (default: workspace,template,status,healthy,last built,current version,outdated,starts at,stops after)
|
|
Columns to display in table output.
|
|
|
|
-o, --output table|json (default: table)
|
|
Output format.
|
|
|
|
--search string (default: owner:me)
|
|
Search for a workspace with a query.
|
|
|
|
———
|
|
Run `coder --help` for a list of global options.
|