Skip to content

Commit 2917474

Browse files
committed
update golden files
1 parent e9b236a commit 2917474

11 files changed

+33
-0
lines changed

cli/testdata/coder_create_--help.golden

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ USAGE:
1010
$ coder create <username>/<workspace_name>
1111

1212
OPTIONS:
13+
--org string, $CODER_ORGANIZATION
14+
Set the organization for the command to use.
15+
1316
--automatic-updates string, $CODER_WORKSPACE_AUTOMATIC_UPDATES (default: never)
1417
Specify automatic updates setting for the workspace (accepts 'always'
1518
or 'never').

cli/testdata/coder_templates_archive_--help.golden

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ USAGE:
66
Archive unused or failed template versions from a given template(s)
77

88
OPTIONS:
9+
--org string, $CODER_ORGANIZATION
10+
Set the organization for the command to use.
11+
912
--all bool
1013
Include all unused template versions. By default, only failed template
1114
versions are archived.

cli/testdata/coder_templates_delete_--help.golden

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

1010
OPTIONS:
11+
--org string, $CODER_ORGANIZATION
12+
Set the organization for the command to use.
13+
1114
-y, --yes bool
1215
Bypass prompts.
1316

cli/testdata/coder_templates_edit_--help.golden

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ USAGE:
66
Edit the metadata of a template by name.
77

88
OPTIONS:
9+
--org string, $CODER_ORGANIZATION
10+
Set the organization for the command to use.
11+
912
--activity-bump duration
1013
Edit the template activity bump - workspaces created from this
1114
template will have their shutdown time bumped by this value when

cli/testdata/coder_templates_list_--help.golden

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ USAGE:
88
Aliases: ls
99

1010
OPTIONS:
11+
--org string, $CODER_ORGANIZATION
12+
Set the organization for the command to use.
13+
1114
-c, --column string-array (default: name,last updated,used by)
1215
Columns to display in table output. Available columns: name, created
1316
at, last updated, organization id, provisioner, active version id,

cli/testdata/coder_templates_pull_--help.golden

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ USAGE:
66
Download the active, latest, or specified version of a template to a path.
77

88
OPTIONS:
9+
--org string, $CODER_ORGANIZATION
10+
Set the organization for the command to use.
11+
912
--tar bool
1013
Output the template as a tar archive to stdout.
1114

cli/testdata/coder_templates_push_--help.golden

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ USAGE:
66
Create or update a template from the current directory or as specified by flag
77

88
OPTIONS:
9+
--org string, $CODER_ORGANIZATION
10+
Set the organization for the command to use.
11+
912
--activate bool (default: true)
1013
Whether the new template will be marked active.
1114

cli/testdata/coder_templates_versions_archive_--help.golden

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ USAGE:
77
Archive a template version(s).
88

99
OPTIONS:
10+
--org string, $CODER_ORGANIZATION
11+
Set the organization for the command to use.
12+
1013
-y, --yes bool
1114
Bypass prompts.
1215

cli/testdata/coder_templates_versions_list_--help.golden

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ USAGE:
66
List all the versions of the specified template
77

88
OPTIONS:
9+
--org string, $CODER_ORGANIZATION
10+
Set the organization for the command to use.
11+
912
-c, --column string-array (default: Name,Created At,Created By,Status,Active)
1013
Columns to display in table output. Available columns: name, created
1114
at, created by, status, active, archived.

cli/testdata/coder_templates_versions_unarchive_--help.golden

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ USAGE:
77
Unarchive a template version(s).
88

99
OPTIONS:
10+
--org string, $CODER_ORGANIZATION
11+
Set the organization for the command to use.
12+
1013
-y, --yes bool
1114
Bypass prompts.
1215

cli/testdata/coder_users_create_--help.golden

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ USAGE:
44
coder users create [flags]
55

66
OPTIONS:
7+
--org string, $CODER_ORGANIZATION
8+
Set the organization for the command to use.
9+
710
-e, --email string
811
Specifies an email address for the new user.
912

0 commit comments

Comments
 (0)