Skip to content

Commit 89f8f36

Browse files
committed
update golden files
1 parent ee81a2f commit 89f8f36

4 files changed

+6
-2
lines changed

enterprise/cli/testdata/coder_provisionerd_--help.golden

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ USAGE:
88
Aliases: provisioner
99

1010
SUBCOMMANDS:
11+
keys Manage provisioner keys
1112
start Run a provisioner daemon
1213

1314
———

enterprise/cli/testdata/coder_provisionerd_keys_--help.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ USAGE:
1010
SUBCOMMANDS:
1111
create Create a new provisioner key
1212
delete Delete a provisioner key
13-
list List provisioner keys
13+
list List provisioner keys in an organization
1414

1515
———
1616
Run `coder --help` for a list of global options.

enterprise/cli/testdata/coder_provisionerd_keys_create_--help.golden

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,8 @@ OPTIONS:
99
-O, --org string, $CODER_ORGANIZATION
1010
Select which organization (uuid or name) to use.
1111

12+
-t, --tag string-array, $CODER_PROVISIONERD_TAGS
13+
Tags to filter provisioner jobs by.
14+
1215
———
1316
Run `coder --help` for a list of global options.

enterprise/cli/testdata/coder_provisionerd_keys_list_--help.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ coder v0.0.0-devel
33
USAGE:
44
coder provisionerd keys list [flags]
55

6-
List provisioner keys
6+
List provisioner keys in an organization
77

88
Aliases: ls
99

0 commit comments

Comments
 (0)