mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
feat: display current version on coder list (#11450)
* feat: display current version on coder list * fix make gen * update golden
This commit is contained in:
+3
-3
@@ -11,10 +11,10 @@ OPTIONS:
|
||||
-a, --all bool
|
||||
Specifies whether all workspaces will be listed or not.
|
||||
|
||||
-c, --column string-array (default: workspace,template,status,healthy,last built,outdated,starts at,stops after)
|
||||
-c, --column string-array (default: workspace,template,status,healthy,last built,current version,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.
|
||||
template, status, healthy, last built, current version, outdated,
|
||||
starts at, starts next, stops after, stops next, daily cost.
|
||||
|
||||
-o, --output string (default: table)
|
||||
Output format. Available formats: table, json.
|
||||
|
||||
Reference in New Issue
Block a user