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
+5 -5
View File
@@ -26,12 +26,12 @@ Specifies whether all workspaces will be listed or not.
### -c, --column
| | |
| ------- | ---------------------------------------------------------------------------------------- |
| Type | <code>string-array</code> |
| Default | <code>workspace,template,status,healthy,last built,outdated,starts at,stops after</code> |
| | |
| ------- | -------------------------------------------------------------------------------------------------------- |
| Type | <code>string-array</code> |
| Default | <code>workspace,template,status,healthy,last built,current version,outdated,starts at,stops after</code> |
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.
Columns to display in table output. Available columns: workspace, template, status, healthy, last built, current version, outdated, starts at, starts next, stops after, stops next, daily cost.
### -o, --output