Skip to content

Commit 27979a4

Browse files
committed
make gen
1 parent 3ec606e commit 27979a4

30 files changed

+30
-30
lines changed

cli/testdata/coder_create_--help.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ USAGE:
1010
$ coder create <username>/<workspace_name>
1111

1212
OPTIONS:
13-
-z, --org string, $CODER_ORGANIZATION
13+
-O, --org string, $CODER_ORGANIZATION
1414
Select which organization (uuid or name) to use.
1515

1616
--automatic-updates string, $CODER_WORKSPACE_AUTOMATIC_UPDATES (default: never)

cli/testdata/coder_templates_archive_--help.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ USAGE:
66
Archive unused or failed template versions from a given template(s)
77

88
OPTIONS:
9-
-z, --org string, $CODER_ORGANIZATION
9+
-O, --org string, $CODER_ORGANIZATION
1010
Select which organization (uuid or name) to use.
1111

1212
--all bool

cli/testdata/coder_templates_delete_--help.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ USAGE:
88
Aliases: rm
99

1010
OPTIONS:
11-
-z, --org string, $CODER_ORGANIZATION
11+
-O, --org string, $CODER_ORGANIZATION
1212
Select which organization (uuid or name) to use.
1313

1414
-y, --yes bool

cli/testdata/coder_templates_edit_--help.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ USAGE:
66
Edit the metadata of a template by name.
77

88
OPTIONS:
9-
-z, --org string, $CODER_ORGANIZATION
9+
-O, --org string, $CODER_ORGANIZATION
1010
Select which organization (uuid or name) to use.
1111

1212
--activity-bump duration

cli/testdata/coder_templates_list_--help.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ USAGE:
88
Aliases: ls
99

1010
OPTIONS:
11-
-z, --org string, $CODER_ORGANIZATION
11+
-O, --org string, $CODER_ORGANIZATION
1212
Select which organization (uuid or name) to use.
1313

1414
-c, --column string-array (default: name,last updated,used by)

cli/testdata/coder_templates_pull_--help.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ USAGE:
66
Download the active, latest, or specified version of a template to a path.
77

88
OPTIONS:
9-
-z, --org string, $CODER_ORGANIZATION
9+
-O, --org string, $CODER_ORGANIZATION
1010
Select which organization (uuid or name) to use.
1111

1212
--tar bool

cli/testdata/coder_templates_push_--help.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ USAGE:
66
Create or update a template from the current directory or as specified by flag
77

88
OPTIONS:
9-
-z, --org string, $CODER_ORGANIZATION
9+
-O, --org string, $CODER_ORGANIZATION
1010
Select which organization (uuid or name) to use.
1111

1212
--activate bool (default: true)

cli/testdata/coder_templates_versions_archive_--help.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ USAGE:
77
Archive a template version(s).
88

99
OPTIONS:
10-
-z, --org string, $CODER_ORGANIZATION
10+
-O, --org string, $CODER_ORGANIZATION
1111
Select which organization (uuid or name) to use.
1212

1313
-y, --yes bool

cli/testdata/coder_templates_versions_list_--help.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ USAGE:
66
List all the versions of the specified template
77

88
OPTIONS:
9-
-z, --org string, $CODER_ORGANIZATION
9+
-O, --org string, $CODER_ORGANIZATION
1010
Select which organization (uuid or name) to use.
1111

1212
-c, --column string-array (default: Name,Created At,Created By,Status,Active)

cli/testdata/coder_templates_versions_unarchive_--help.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ USAGE:
77
Unarchive a template version(s).
88

99
OPTIONS:
10-
-z, --org string, $CODER_ORGANIZATION
10+
-O, --org string, $CODER_ORGANIZATION
1111
Select which organization (uuid or name) to use.
1212

1313
-y, --yes bool

cli/testdata/coder_users_create_--help.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ USAGE:
44
coder users create [flags]
55

66
OPTIONS:
7-
-z, --org string, $CODER_ORGANIZATION
7+
-O, --org string, $CODER_ORGANIZATION
88
Select which organization (uuid or name) to use.
99

1010
-e, --email string

docs/cli/create.md

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/cli/groups_create.md

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/cli/groups_delete.md

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/cli/groups_edit.md

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/cli/groups_list.md

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/cli/templates_archive.md

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/cli/templates_delete.md

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/cli/templates_edit.md

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/cli/templates_list.md

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/cli/templates_pull.md

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/cli/templates_push.md

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/cli/templates_versions_archive.md

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/cli/templates_versions_list.md

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/cli/templates_versions_unarchive.md

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/cli/users_create.md

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ USAGE:
66
Create a user group
77

88
OPTIONS:
9-
-z, --org string, $CODER_ORGANIZATION
9+
-O, --org string, $CODER_ORGANIZATION
1010
Select which organization (uuid or name) to use.
1111

1212
-u, --avatar-url string, $CODER_AVATAR_URL

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ USAGE:
88
Aliases: rm
99

1010
OPTIONS:
11-
-z, --org string, $CODER_ORGANIZATION
11+
-O, --org string, $CODER_ORGANIZATION
1212
Select which organization (uuid or name) to use.
1313

1414
———

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ USAGE:
66
Edit a user group
77

88
OPTIONS:
9-
-z, --org string, $CODER_ORGANIZATION
9+
-O, --org string, $CODER_ORGANIZATION
1010
Select which organization (uuid or name) to use.
1111

1212
-a, --add-users string-array

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ USAGE:
66
List user groups
77

88
OPTIONS:
9-
-z, --org string, $CODER_ORGANIZATION
9+
-O, --org string, $CODER_ORGANIZATION
1010
Select which organization (uuid or name) to use.
1111

1212
-c, --column string-array (default: name,display name,organization id,members,avatar url)

0 commit comments

Comments
 (0)