Skip to content

Commit 7595012

Browse files
committed
update golden files
1 parent 03d7907 commit 7595012

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ USAGE:
66
Create a user group
77

88
OPTIONS:
9-
--org string, $CODER_ORGANIZATION
10-
Set the organization for the command to use.
9+
-z, --org string, $CODER_ORGANIZATION
10+
Select which organization (uuid or name) to use.
1111

1212
-u, --avatar-url string, $CODER_AVATAR_URL
1313
Set an avatar for a group.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ USAGE:
88
Aliases: rm
99

1010
OPTIONS:
11-
--org string, $CODER_ORGANIZATION
12-
Set the organization for the command to use.
11+
-z, --org string, $CODER_ORGANIZATION
12+
Select which organization (uuid or name) to use.
1313

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

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ USAGE:
66
Edit a user group
77

88
OPTIONS:
9-
--org string, $CODER_ORGANIZATION
10-
Set the organization for the command to use.
9+
-z, --org string, $CODER_ORGANIZATION
10+
Select which organization (uuid or name) to use.
1111

1212
-a, --add-users string-array
1313
Add users to the group. Accepts emails or IDs.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ USAGE:
66
List user groups
77

88
OPTIONS:
9-
--org string, $CODER_ORGANIZATION
10-
Set the organization for the command to use.
9+
-z, --org string, $CODER_ORGANIZATION
10+
Select which organization (uuid or name) to use.
1111

1212
-c, --column string-array (default: name,display name,organization id,members,avatar url)
1313
Columns to display in table output. Available columns: name, display

0 commit comments

Comments
 (0)