feat(cli): show workspace health in list (#8541)

Ref #6461
This commit is contained in:
Mathias Fredriksson
2023-07-17 15:04:06 +03:00
committed by GitHub
parent 616e1d7e9a
commit dfac0745f3
3 changed files with 15 additions and 7 deletions

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,last built,outdated,starts at,stops after</code> |
| | |
| ------- | ---------------------------------------------------------------------------------------- |
| Type | <code>string-array</code> |
| Default | <code>workspace,template,status,healthy,last built,outdated,starts at,stops after</code> |
Columns to display in table output. Available columns: workspace, template, status, last built, outdated, starts at, stops after.
Columns to display in table output. Available columns: workspace, template, status, healthy, last built, outdated, starts at, stops after.
### -o, --output