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
  • Loading branch information
@Emyrk
Emyrk committedJul 1, 2024
commit27979a4a69922b788af0bd5504cf2a4afb070193
2 changes: 1 addition & 1 deletioncli/testdata/coder_create_--help.golden
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -10,7 +10,7 @@ USAGE:
$ coder create <username>/<workspace_name>

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

--automatic-updates string, $CODER_WORKSPACE_AUTOMATIC_UPDATES (default: never)
Expand Down
2 changes: 1 addition & 1 deletioncli/testdata/coder_templates_archive_--help.golden
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -6,7 +6,7 @@ USAGE:
Archive unused or failed template versions from a given template(s)

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

--all bool
Expand Down
2 changes: 1 addition & 1 deletioncli/testdata/coder_templates_delete_--help.golden
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -8,7 +8,7 @@ USAGE:
Aliases: rm

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

-y, --yes bool
Expand Down
2 changes: 1 addition & 1 deletioncli/testdata/coder_templates_edit_--help.golden
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -6,7 +6,7 @@ USAGE:
Edit the metadata of a template by name.

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

--activity-bump duration
Expand Down
2 changes: 1 addition & 1 deletioncli/testdata/coder_templates_list_--help.golden
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -8,7 +8,7 @@ USAGE:
Aliases: ls

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

-c, --column string-array (default: name,last updated,used by)
Expand Down
2 changes: 1 addition & 1 deletioncli/testdata/coder_templates_pull_--help.golden
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -6,7 +6,7 @@ USAGE:
Download the active, latest, or specified version of a template to a path.

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

--tar bool
Expand Down
2 changes: 1 addition & 1 deletioncli/testdata/coder_templates_push_--help.golden
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -6,7 +6,7 @@ USAGE:
Create or update a template from the current directory or as specified by flag

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

--activate bool (default: true)
Expand Down
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -7,7 +7,7 @@ USAGE:
Archive a template version(s).

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

-y, --yes bool
Expand Down
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -6,7 +6,7 @@ USAGE:
List all the versions of the specified template

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

-c, --column string-array (default: Name,Created At,Created By,Status,Active)
Expand Down
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -7,7 +7,7 @@ USAGE:
Unarchive a template version(s).

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

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

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

-e, --email string
Expand Down
2 changes: 1 addition & 1 deletiondocs/cli/create.md
View file
Open in desktop

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

2 changes: 1 addition & 1 deletiondocs/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.

2 changes: 1 addition & 1 deletiondocs/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.

2 changes: 1 addition & 1 deletiondocs/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.

2 changes: 1 addition & 1 deletiondocs/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.

2 changes: 1 addition & 1 deletiondocs/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.

2 changes: 1 addition & 1 deletiondocs/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.

2 changes: 1 addition & 1 deletiondocs/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.

2 changes: 1 addition & 1 deletiondocs/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.

2 changes: 1 addition & 1 deletiondocs/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.

2 changes: 1 addition & 1 deletiondocs/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.

2 changes: 1 addition & 1 deletiondocs/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.

2 changes: 1 addition & 1 deletiondocs/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.

2 changes: 1 addition & 1 deletiondocs/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.

2 changes: 1 addition & 1 deletiondocs/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.

View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -6,7 +6,7 @@ USAGE:
Create a user group

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

-u, --avatar-url string, $CODER_AVATAR_URL
Expand Down
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -8,7 +8,7 @@ USAGE:
Aliases: rm

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

———
Expand Down
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -6,7 +6,7 @@ USAGE:
Edit a user group

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

-a, --add-users string-array
Expand Down
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -6,7 +6,7 @@ USAGE:
List user groups

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

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

[8]ページ先頭

©2009-2025 Movatter.jp