Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

chore: remove org context switcher in the cli#13674

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
Emyrk merged 14 commits intomainfromstevenmasley/unified_org_cli
Jul 1, 2024
Merged
Show file tree
Hide file tree
Changes from1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
PrevPrevious commit
NextNext commit
make gen & update golden files
  • Loading branch information
@Emyrk
Emyrk committedJun 26, 2024
commit03d7907292f2fb356f113161be241db5b7d4694a
4 changes: 2 additions & 2 deletionscli/testdata/coder_create_--help.golden
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -10,8 +10,8 @@ USAGE:
$ coder create <username>/<workspace_name>

OPTIONS:
--org string, $CODER_ORGANIZATION
Set the organizationfor the command to use.
-z, --org string, $CODER_ORGANIZATION
Select which organization(uuid or name) to use.

--automatic-updates string, $CODER_WORKSPACE_AUTOMATIC_UPDATES (default: never)
Specify automatic updates setting for the workspace (accepts 'always'
Expand Down
4 changes: 2 additions & 2 deletionscli/testdata/coder_templates_archive_--help.golden
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -6,8 +6,8 @@ USAGE:
Archive unused or failed template versions from a given template(s)

OPTIONS:
--org string, $CODER_ORGANIZATION
Set the organizationfor the command to use.
-z, --org string, $CODER_ORGANIZATION
Select which organization(uuid or name) to use.

--all bool
Include all unused template versions. By default, only failed template
Expand Down
4 changes: 2 additions & 2 deletionscli/testdata/coder_templates_delete_--help.golden
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -8,8 +8,8 @@ USAGE:
Aliases: rm

OPTIONS:
--org string, $CODER_ORGANIZATION
Set the organizationfor the command to use.
-z, --org string, $CODER_ORGANIZATION
Select which organization(uuid or name) to use.

-y, --yes bool
Bypass prompts.
Expand Down
4 changes: 2 additions & 2 deletionscli/testdata/coder_templates_edit_--help.golden
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -6,8 +6,8 @@ USAGE:
Edit the metadata of a template by name.

OPTIONS:
--org string, $CODER_ORGANIZATION
Set the organizationfor the command to use.
-z, --org string, $CODER_ORGANIZATION
Select which organization(uuid or name) to use.

--activity-bump duration
Edit the template activity bump - workspaces created from this
Expand Down
4 changes: 2 additions & 2 deletionscli/testdata/coder_templates_list_--help.golden
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -8,8 +8,8 @@ USAGE:
Aliases: ls

OPTIONS:
--org string, $CODER_ORGANIZATION
Set the organizationfor the command to use.
-z, --org string, $CODER_ORGANIZATION
Select which organization(uuid or name) to use.

-c, --column string-array (default: name,last updated,used by)
Columns to display in table output. Available columns: name, created
Expand Down
4 changes: 2 additions & 2 deletionscli/testdata/coder_templates_pull_--help.golden
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -6,8 +6,8 @@ USAGE:
Download the active, latest, or specified version of a template to a path.

OPTIONS:
--org string, $CODER_ORGANIZATION
Set the organizationfor the command to use.
-z, --org string, $CODER_ORGANIZATION
Select which organization(uuid or name) to use.

--tar bool
Output the template as a tar archive to stdout.
Expand Down
4 changes: 2 additions & 2 deletionscli/testdata/coder_templates_push_--help.golden
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -6,8 +6,8 @@ USAGE:
Create or update a template from the current directory or as specified by flag

OPTIONS:
--org string, $CODER_ORGANIZATION
Set the organizationfor the command to use.
-z, --org string, $CODER_ORGANIZATION
Select which organization(uuid or name) to use.

--activate bool (default: true)
Whether the new template will be marked active.
Expand Down
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -7,8 +7,8 @@ USAGE:
Archive a template version(s).

OPTIONS:
--org string, $CODER_ORGANIZATION
Set the organizationfor the command to use.
-z, --org string, $CODER_ORGANIZATION
Select which organization(uuid or name) to use.

-y, --yes bool
Bypass prompts.
Expand Down
4 changes: 2 additions & 2 deletionscli/testdata/coder_templates_versions_list_--help.golden
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -6,8 +6,8 @@ USAGE:
List all the versions of the specified template

OPTIONS:
--org string, $CODER_ORGANIZATION
Set the organizationfor the command to use.
-z, --org string, $CODER_ORGANIZATION
Select which organization(uuid or name) to use.

-c, --column string-array (default: Name,Created At,Created By,Status,Active)
Columns to display in table output. Available columns: name, created
Expand Down
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -7,8 +7,8 @@ USAGE:
Unarchive a template version(s).

OPTIONS:
--org string, $CODER_ORGANIZATION
Set the organizationfor the command to use.
-z, --org string, $CODER_ORGANIZATION
Select which organization(uuid or name) to use.

-y, --yes bool
Bypass prompts.
Expand Down
4 changes: 2 additions & 2 deletionscli/testdata/coder_users_create_--help.golden
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -4,8 +4,8 @@ USAGE:
coder users create [flags]

OPTIONS:
--org string, $CODER_ORGANIZATION
Set the organizationfor the command to use.
-z, --org string, $CODER_ORGANIZATION
Select which organization(uuid or name) to use.

-e, --email string
Specifies an email address for the new user.
Expand Down
4 changes: 2 additions & 2 deletionsdocs/cli/create.md
View file
Open in desktop

Some generated files are not rendered by default. Learn more abouthow customized files appear on GitHub.

4 changes: 2 additions & 2 deletionsdocs/cli/groups_create.md
View file
Open in desktop

Some generated files are not rendered by default. Learn more abouthow customized files appear on GitHub.

4 changes: 2 additions & 2 deletionsdocs/cli/groups_delete.md
View file
Open in desktop

Some generated files are not rendered by default. Learn more abouthow customized files appear on GitHub.

4 changes: 2 additions & 2 deletionsdocs/cli/groups_edit.md
View file
Open in desktop

Some generated files are not rendered by default. Learn more abouthow customized files appear on GitHub.

4 changes: 2 additions & 2 deletionsdocs/cli/groups_list.md
View file
Open in desktop

Some generated files are not rendered by default. Learn more abouthow customized files appear on GitHub.

4 changes: 2 additions & 2 deletionsdocs/cli/templates_archive.md
View file
Open in desktop

Some generated files are not rendered by default. Learn more abouthow customized files appear on GitHub.

4 changes: 2 additions & 2 deletionsdocs/cli/templates_delete.md
View file
Open in desktop

Some generated files are not rendered by default. Learn more abouthow customized files appear on GitHub.

4 changes: 2 additions & 2 deletionsdocs/cli/templates_edit.md
View file
Open in desktop

Some generated files are not rendered by default. Learn more abouthow customized files appear on GitHub.

4 changes: 2 additions & 2 deletionsdocs/cli/templates_list.md
View file
Open in desktop

Some generated files are not rendered by default. Learn more abouthow customized files appear on GitHub.

4 changes: 2 additions & 2 deletionsdocs/cli/templates_pull.md
View file
Open in desktop

Some generated files are not rendered by default. Learn more abouthow customized files appear on GitHub.

4 changes: 2 additions & 2 deletionsdocs/cli/templates_push.md
View file
Open in desktop

Some generated files are not rendered by default. Learn more abouthow customized files appear on GitHub.

4 changes: 2 additions & 2 deletionsdocs/cli/templates_versions_archive.md
View file
Open in desktop

Some generated files are not rendered by default. Learn more abouthow customized files appear on GitHub.

4 changes: 2 additions & 2 deletionsdocs/cli/templates_versions_list.md
View file
Open in desktop

Some generated files are not rendered by default. Learn more abouthow customized files appear on GitHub.

4 changes: 2 additions & 2 deletionsdocs/cli/templates_versions_unarchive.md
View file
Open in desktop

Some generated files are not rendered by default. Learn more abouthow customized files appear on GitHub.

4 changes: 2 additions & 2 deletionsdocs/cli/users_create.md
View file
Open in desktop

Some generated files are not rendered by default. Learn more abouthow customized files appear on GitHub.


[8]ページ先頭

©2009-2025 Movatter.jp