Skip to content

Commit 8f8c92a

Browse files
committed
make golden
1 parent 61944cb commit 8f8c92a

5 files changed

+65
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@ USAGE:
55

66
Manage provisioner daemons
77

8+
Aliases: provisioner
9+
810
SUBCOMMANDS:
11+
keys Manage provisioner keys
912
start Run a provisioner daemon
1013

1114
———
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
coder v0.0.0-devel
2+
3+
USAGE:
4+
coder provisionerd keys
5+
6+
Manage provisioner keys
7+
8+
Aliases: key
9+
10+
SUBCOMMANDS:
11+
create Create a new provisioner key
12+
delete Delete a provisioner key
13+
list List provisioner keys
14+
15+
———
16+
Run `coder --help` for a list of global options.
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
coder v0.0.0-devel
2+
3+
USAGE:
4+
coder provisionerd keys create [flags] <name>
5+
6+
Create a new provisioner key
7+
8+
OPTIONS:
9+
-O, --org string, $CODER_ORGANIZATION
10+
Select which organization (uuid or name) to use.
11+
12+
———
13+
Run `coder --help` for a list of global options.
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
coder v0.0.0-devel
2+
3+
USAGE:
4+
coder provisionerd keys delete [flags] <name>
5+
6+
Delete a provisioner key
7+
8+
Aliases: rm
9+
10+
OPTIONS:
11+
-O, --org string, $CODER_ORGANIZATION
12+
Select which organization (uuid or name) to use.
13+
14+
-y, --yes bool
15+
Bypass prompts.
16+
17+
———
18+
Run `coder --help` for a list of global options.
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
coder v0.0.0-devel
2+
3+
USAGE:
4+
coder provisionerd keys list [flags]
5+
6+
List provisioner keys
7+
8+
Aliases: ls
9+
10+
OPTIONS:
11+
-O, --org string, $CODER_ORGANIZATION
12+
Select which organization (uuid or name) to use.
13+
14+
———
15+
Run `coder --help` for a list of global options.

0 commit comments

Comments
 (0)