mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-20 04:58:26 +00:00
gcloud: Wed Jul 31 09:35:15 UTC 2024
This commit is contained in:
parent
3a4c5997b9
commit
ed2f818f7a
2722 changed files with 12631 additions and 6826 deletions
|
|
@ -3,12 +3,14 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud alpha developer-connect connections update
|
||||
(CONNECTION : --location=LOCATION) [--async] [--disabled] [--etag=ETAG]
|
||||
(CONNECTION : --location=LOCATION) [--allow-missing] [--async]
|
||||
[--disabled] [--etag=ETAG] [--request-id=REQUEST_ID] [--secret=SECRET]
|
||||
[--validate-only]
|
||||
[--annotations=[ANNOTATIONS,...]
|
||||
| --update-annotations=[UPDATE_ANNOTATIONS,...] --clear-annotations
|
||||
| --remove-annotations=[__REMOVE_ANNOTATIONS,...]]
|
||||
[--github-config-app-installation-id=GITHUB_CONFIG_APP_INSTALLATION_ID
|
||||
[--github-config-authorizer-credential-oauth-token-secret-version=GITHUB_CONFIG_AUTHORIZER_CREDENTIAL_OAUTH_TOKEN_SECRET_VERSION : --secret=SECRET]]
|
||||
--github-config-authorizer-credential-oauth-token-secret-version=GITHUB_CONFIG_AUTHORIZER_CREDENTIAL_OAUTH_TOKEN_SECRET_VERSION]
|
||||
[--labels=[LABELS,...]
|
||||
| --update-labels=[UPDATE_LABELS,...] --clear-labels
|
||||
| --remove-labels=[__REMOVE_LABELS,...]] [GCLOUD_WIDE_FLAG ...]
|
||||
|
|
@ -32,8 +34,8 @@ POSITIONAL ARGUMENTS
|
|||
To set the project attribute:
|
||||
◆ provide the argument connection on the command line with a fully
|
||||
specified name;
|
||||
◆ set the property core/project;
|
||||
◆ provide the argument --project on the command line.
|
||||
◆ provide the argument --project on the command line;
|
||||
◆ set the property core/project.
|
||||
|
||||
This must be specified.
|
||||
|
||||
|
|
@ -48,7 +50,7 @@ POSITIONAL ARGUMENTS
|
|||
arguments in this group are specified.
|
||||
|
||||
--location=LOCATION
|
||||
locations TBD
|
||||
The location id of the connection resource.
|
||||
|
||||
To set the location attribute:
|
||||
▸ provide the argument connection on the command line with a fully
|
||||
|
|
@ -56,6 +58,13 @@ POSITIONAL ARGUMENTS
|
|||
▸ provide the argument --location on the command line.
|
||||
|
||||
FLAGS
|
||||
--allow-missing
|
||||
If set to true, and the connection is not found a new connection will
|
||||
be created. In this situation update_mask is ignored. The creation will
|
||||
succeed only if the input connection has all the necessary information
|
||||
(e.g a github_config with both user_oauth_token and installation_id
|
||||
properties).
|
||||
|
||||
--async
|
||||
Return immediately, without waiting for the operation in progress to
|
||||
complete.
|
||||
|
|
@ -70,6 +79,29 @@ FLAGS
|
|||
fields, and may be sent on update and delete requests to ensure the
|
||||
client has an up-to-date value before proceeding.
|
||||
|
||||
--request-id=REQUEST_ID
|
||||
An optional request ID to identify requests. Specify a unique request
|
||||
ID so that if you must retry your request, the server will know to
|
||||
ignore the request if it has already been completed. The server will
|
||||
guarantee that for at least 60 minutes since the first request.
|
||||
|
||||
For example, consider a situation where you make an initial request and
|
||||
the request times out. If you make the request again with the same
|
||||
request ID, the server can check if original operation with the same
|
||||
request ID was received, and if so, will ignore the second request.
|
||||
This prevents clients from accidentally creating duplicate commitments.
|
||||
|
||||
The request ID must be a valid UUID with the exception that zero UUID
|
||||
is not supported (00000000-0000-0000-0000-000000000000).
|
||||
|
||||
--secret=SECRET
|
||||
For resources [secretVersion], provides fallback value for resource
|
||||
secret attribute. When the resource's full URI path is not provided,
|
||||
secret will fallback to this flag value.
|
||||
|
||||
--validate-only
|
||||
If set, validate the request, but do not actually post it.
|
||||
|
||||
Update annotations.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
|
@ -128,6 +160,8 @@ FLAGS
|
|||
|
||||
Arguments for the connection config.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
Configuration for connections to github.com.
|
||||
|
||||
--github-config-app-installation-id=GITHUB_CONFIG_APP_INSTALLATION_ID
|
||||
|
|
@ -138,17 +172,22 @@ FLAGS
|
|||
|
||||
SecretVersion resource - A SecretManager resource containing the
|
||||
OAuth token that authorizes the connection. Format:
|
||||
projects/*/secrets/*/versions/*. The arguments in this group can be
|
||||
used to specify the attributes of this resource. (NOTE) Some
|
||||
attributes are not given arguments in this group but can be set in
|
||||
other ways.
|
||||
projects/*/secrets/*/versions/*. This represents a Cloud resource.
|
||||
(NOTE) Some attributes are not given arguments in this group but can
|
||||
be set in other ways.
|
||||
|
||||
To set the project attribute:
|
||||
◇ provide the argument
|
||||
--github-config-authorizer-credential-oauth-token-secret-version
|
||||
on the command line with a fully specified name;
|
||||
◇ set the property core/project;
|
||||
◇ provide the argument --project on the command line.
|
||||
◇ provide the argument --project on the command line;
|
||||
◇ set the property core/project.
|
||||
|
||||
To set the secret attribute:
|
||||
◇ provide the argument
|
||||
--github-config-authorizer-credential-oauth-token-secret-version
|
||||
on the command line with a fully specified name;
|
||||
◇ provide the argument --secret on the command line.
|
||||
|
||||
--github-config-authorizer-credential-oauth-token-secret-version=GITHUB_CONFIG_AUTHORIZER_CREDENTIAL_OAUTH_TOKEN_SECRET_VERSION
|
||||
ID of the secretVersion or fully qualified identifier for the
|
||||
|
|
@ -159,18 +198,6 @@ FLAGS
|
|||
--github-config-authorizer-credential-oauth-token-secret-version
|
||||
on the command line.
|
||||
|
||||
This flag argument must be specified if any of the other
|
||||
arguments in this group are specified.
|
||||
|
||||
--secret=SECRET
|
||||
secrets TBD
|
||||
|
||||
To set the secret attribute:
|
||||
▹ provide the argument
|
||||
--github-config-authorizer-credential-oauth-token-secret-version
|
||||
on the command line with a fully specified name;
|
||||
▹ provide the argument --secret on the command line.
|
||||
|
||||
Update labels.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue