mirror of
https://github.com/coder/coder.git
synced 2026-06-04 05:28:20 +00:00
2bd6d2908e
I'm sorry.
23 lines
655 B
Plaintext
23 lines
655 B
Plaintext
Usage: coder list [flags]
|
|
|
|
List workspaces
|
|
|
|
Aliases: ls
|
|
|
|
[1mOptions[0m
|
|
-a, --all bool
|
|
Specifies whether all workspaces will be listed or not.
|
|
|
|
-c, --column string-array (default: workspace,template,status,last built,outdated,starts at,stops after)
|
|
Columns to display in table output. Available columns: workspace,
|
|
template, status, last built, outdated, starts at, stops after.
|
|
|
|
-o, --output string (default: table)
|
|
Output format. Available formats: table, json.
|
|
|
|
--search string (default: owner:me)
|
|
Search for a workspace with a query.
|
|
|
|
---
|
|
Run `coder --help` for a list of global options.
|