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:
Garrett Delfosse
2024-01-05 15:33:08 -05:00
committed by GitHub
parent 31f7b39513
commit 3d54bc06f6
3 changed files with 34 additions and 31 deletions
+3 -3
View File
@@ -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.