Skip to content

Commit 69b1904

Browse files
committed
update golden files
1 parent 49b6861 commit 69b1904

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

cli/testdata/coder_--help.golden

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ Coder v0.0.0-devel — A tool for provisioning self-hosted development environme
3434
workspace
3535
ssh Start a shell into a workspace
3636
start Start a workspace
37+
stat Show workspace resource usage.
3738
state Manually manage Terraform state to fix broken workspaces
3839
stop Stop a workspace
3940
templates Manage templates

cli/testdata/coder_stat_--help.golden

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
Usage: coder stat [flags]
2+
3+
Show workspace resource usage.
4+
5+
Options
6+
-c, --column string-array (default: host_cpu,host_memory,home_disk,container_cpu,container_memory)
7+
Columns to display in table output. Available columns: host cpu, host
8+
memory, home disk, container cpu, container memory.
9+
10+
-o, --output string (default: table)
11+
Output format. Available formats: table, json.
12+
13+
---
14+
Run `coder --help` for a list of global options.

0 commit comments

Comments
 (0)