mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +00:00
gcloud: Wed Feb 11 11:28:24 UTC 2026
This commit is contained in:
parent
582f364023
commit
aaff695a08
2667 changed files with 84754 additions and 68242 deletions
|
|
@ -131,41 +131,41 @@ FLAGS
|
|||
|
||||
ProviderOAuthConfig is the OAuth config for a provider.
|
||||
|
||||
--provider-oauth-config-scopes=[PROVIDER_OAUTH_CONFIG_SCOPES,...]
|
||||
User selected scopes to apply to the Oauth config In the event of
|
||||
changing scopes, user records under AccountConnector will be
|
||||
deleted and users will re-auth again.
|
||||
--provider-oauth-config-scopes=[PROVIDER_OAUTH_CONFIG_SCOPES,...]
|
||||
User selected scopes to apply to the Oauth config In the event of
|
||||
changing scopes, user records under AccountConnector will be deleted
|
||||
and users will re-auth again.
|
||||
|
||||
This flag argument must be specified if any of the other arguments
|
||||
in this group are specified.
|
||||
This flag argument must be specified if any of the other arguments in
|
||||
this group are specified.
|
||||
|
||||
Arguments for the oauth provider id.
|
||||
Arguments for the oauth provider id.
|
||||
|
||||
--provider-oauth-config-system-id=PROVIDER_OAUTH_CONFIG_SYSTEM_ID
|
||||
Developer Connect provided OAuth. PROVIDER_OAUTH_CONFIG_SYSTEM_ID
|
||||
must be one of:
|
||||
--provider-oauth-config-system-id=PROVIDER_OAUTH_CONFIG_SYSTEM_ID
|
||||
Developer Connect provided OAuth. PROVIDER_OAUTH_CONFIG_SYSTEM_ID
|
||||
must be one of:
|
||||
|
||||
datastax
|
||||
Datastax provider. No scopes are allowed.
|
||||
dynatrace
|
||||
Dynatrace provider.
|
||||
github
|
||||
GitHub provider. Scopes can be found at
|
||||
https://docs.github.com/en/apps/oauth-apps/building-oauth-apps/scopes-for-oauth-apps#available-scopes
|
||||
gitlab
|
||||
GitLab provider. Scopes can be found at
|
||||
https://docs.gitlab.com/user/profile/personal_access_tokens/#personal-access-token-scopes
|
||||
google
|
||||
Google provider. Recommended scopes:
|
||||
"https://www.googleapis.com/auth/drive.readonly",
|
||||
"https://www.googleapis.com/auth/documents.readonly"
|
||||
new-relic
|
||||
New Relic provider. No scopes are allowed.
|
||||
rovo
|
||||
Rovo provider. Must select the "rovo" scope.
|
||||
sentry
|
||||
Sentry provider. Scopes can be found at
|
||||
https://docs.sentry.io/api/permissions/
|
||||
datastax
|
||||
Datastax provider. No scopes are allowed.
|
||||
dynatrace
|
||||
Dynatrace provider.
|
||||
github
|
||||
GitHub provider. Scopes can be found at
|
||||
https://docs.github.com/en/apps/oauth-apps/building-oauth-apps/scopes-for-oauth-apps#available-scopes
|
||||
gitlab
|
||||
GitLab provider. Scopes can be found at
|
||||
https://docs.gitlab.com/user/profile/personal_access_tokens/#personal-access-token-scopes
|
||||
google
|
||||
Google provider. Recommended scopes:
|
||||
"https://www.googleapis.com/auth/drive.readonly",
|
||||
"https://www.googleapis.com/auth/documents.readonly"
|
||||
new-relic
|
||||
New Relic provider. No scopes are allowed.
|
||||
rovo
|
||||
Rovo provider. Must select the "rovo" scope.
|
||||
sentry
|
||||
Sentry provider. Scopes can be found at
|
||||
https://docs.sentry.io/api/permissions/
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
|
|
|
|||
|
|
@ -120,48 +120,50 @@ FLAGS
|
|||
|
||||
--annotations=path_to_file.(yaml|json)
|
||||
|
||||
--update-annotations=[UPDATE_ANNOTATIONS,...]
|
||||
Update annotations value or add key value pair. Allows users to store
|
||||
small amounts of arbitrary data.
|
||||
Or at least one of these can be specified:
|
||||
|
||||
KEY
|
||||
Sets KEY value.
|
||||
--update-annotations=[UPDATE_ANNOTATIONS,...]
|
||||
Update annotations value or add key value pair. Allows users to
|
||||
store small amounts of arbitrary data.
|
||||
|
||||
VALUE
|
||||
Sets VALUE value.
|
||||
KEY
|
||||
Sets KEY value.
|
||||
|
||||
Shorthand Example:
|
||||
|
||||
--update-annotations=string=string
|
||||
|
||||
JSON Example:
|
||||
|
||||
--update-annotations='{"string": "string"}'
|
||||
|
||||
File Example:
|
||||
|
||||
--update-annotations=path_to_file.(yaml|json)
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--clear-annotations
|
||||
Clear annotations value and set to empty map.
|
||||
|
||||
--remove-annotations=REMOVE_ANNOTATIONS
|
||||
Remove existing value from map annotations. Sets remove_annotations
|
||||
value.
|
||||
VALUE
|
||||
Sets VALUE value.
|
||||
|
||||
Shorthand Example:
|
||||
|
||||
--remove-annotations=string,string
|
||||
--update-annotations=string=string
|
||||
|
||||
JSON Example:
|
||||
|
||||
--remove-annotations=["string"]
|
||||
--update-annotations='{"string": "string"}'
|
||||
|
||||
File Example:
|
||||
|
||||
--remove-annotations=path_to_file.(yaml|json)
|
||||
--update-annotations=path_to_file.(yaml|json)
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--clear-annotations
|
||||
Clear annotations value and set to empty map.
|
||||
|
||||
--remove-annotations=REMOVE_ANNOTATIONS
|
||||
Remove existing value from map annotations. Sets
|
||||
remove_annotations value.
|
||||
|
||||
Shorthand Example:
|
||||
|
||||
--remove-annotations=string,string
|
||||
|
||||
JSON Example:
|
||||
|
||||
--remove-annotations=["string"]
|
||||
|
||||
File Example:
|
||||
|
||||
--remove-annotations=path_to_file.(yaml|json)
|
||||
|
||||
Arguments for the account connector config.
|
||||
|
||||
|
|
@ -169,13 +171,13 @@ FLAGS
|
|||
|
||||
ProviderOAuthConfig is the OAuth config for a provider.
|
||||
|
||||
--clear-provider-oauth-config
|
||||
Set accountConnector.providerOauthConfig back to default value.
|
||||
--clear-provider-oauth-config
|
||||
Set accountConnector.providerOauthConfig back to default value.
|
||||
|
||||
--provider-oauth-config-scopes=[PROVIDER_OAUTH_CONFIG_SCOPES,...]
|
||||
User selected scopes to apply to the Oauth config In the event of
|
||||
changing scopes, user records under AccountConnector will be
|
||||
deleted and users will re-auth again.
|
||||
--provider-oauth-config-scopes=[PROVIDER_OAUTH_CONFIG_SCOPES,...]
|
||||
User selected scopes to apply to the Oauth config In the event of
|
||||
changing scopes, user records under AccountConnector will be deleted
|
||||
and users will re-auth again.
|
||||
|
||||
Update labels.
|
||||
|
||||
|
|
@ -204,48 +206,52 @@ FLAGS
|
|||
|
||||
--labels=path_to_file.(yaml|json)
|
||||
|
||||
--update-labels=[UPDATE_LABELS,...]
|
||||
Update labels value or add key value pair. Labels as key value pairs.
|
||||
Or at least one of these can be specified:
|
||||
|
||||
KEY
|
||||
Keys must start with a lowercase character and contain only
|
||||
hyphens (-), underscores (_), lowercase characters, and numbers.
|
||||
--update-labels=[UPDATE_LABELS,...]
|
||||
Update labels value or add key value pair. Labels as key value
|
||||
pairs.
|
||||
|
||||
VALUE
|
||||
Values must contain only hyphens (-), underscores (_), lowercase
|
||||
characters, and numbers.
|
||||
KEY
|
||||
Keys must start with a lowercase character and contain only
|
||||
hyphens (-), underscores (_), lowercase characters, and
|
||||
numbers.
|
||||
|
||||
Shorthand Example:
|
||||
|
||||
--update-labels=string=string
|
||||
|
||||
JSON Example:
|
||||
|
||||
--update-labels='{"string": "string"}'
|
||||
|
||||
File Example:
|
||||
|
||||
--update-labels=path_to_file.(yaml|json)
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--clear-labels
|
||||
Clear labels value and set to empty map.
|
||||
|
||||
--remove-labels=REMOVE_LABELS
|
||||
Remove existing value from map labels. Sets remove_labels value.
|
||||
VALUE
|
||||
Values must contain only hyphens (-), underscores (_),
|
||||
lowercase characters, and numbers.
|
||||
|
||||
Shorthand Example:
|
||||
|
||||
--remove-labels=string,string
|
||||
--update-labels=string=string
|
||||
|
||||
JSON Example:
|
||||
|
||||
--remove-labels=["string"]
|
||||
--update-labels='{"string": "string"}'
|
||||
|
||||
File Example:
|
||||
|
||||
--remove-labels=path_to_file.(yaml|json)
|
||||
--update-labels=path_to_file.(yaml|json)
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--clear-labels
|
||||
Clear labels value and set to empty map.
|
||||
|
||||
--remove-labels=REMOVE_LABELS
|
||||
Remove existing value from map labels. Sets remove_labels value.
|
||||
|
||||
Shorthand Example:
|
||||
|
||||
--remove-labels=string,string
|
||||
|
||||
JSON Example:
|
||||
|
||||
--remove-labels=["string"]
|
||||
|
||||
File Example:
|
||||
|
||||
--remove-labels=path_to_file.(yaml|json)
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue