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
|
|
@ -5,8 +5,9 @@ SYNOPSIS
|
|||
gcloud alpha developer-connect connections create
|
||||
(CONNECTION : --location=LOCATION) [--annotations=[ANNOTATIONS,...]]
|
||||
[--async] [--disabled] [--etag=ETAG] [--labels=[LABELS,...]]
|
||||
[--request-id=REQUEST_ID] [--secret=SECRET] [--validate-only]
|
||||
[--github-config-app=GITHUB_CONFIG_APP
|
||||
: --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-app-installation-id=GITHUB_CONFIG_APP_INSTALLATION_ID --github-config-authorizer-credential-oauth-token-secret-version=GITHUB_CONFIG_AUTHORIZER_CREDENTIAL_OAUTH_TOKEN_SECRET_VERSION]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
|
|
@ -28,8 +29,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.
|
||||
|
||||
|
|
@ -44,7 +45,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
|
||||
|
|
@ -110,8 +111,33 @@ FLAGS
|
|||
|
||||
--labels=path_to_file.(yaml|json)
|
||||
|
||||
--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.
|
||||
|
||||
Arguments for the connection config.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
Configuration for connections to github.com.
|
||||
|
||||
--github-config-app=GITHUB_CONFIG_APP
|
||||
|
|
@ -134,17 +160,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.
|
||||
|
||||
This must be specified.
|
||||
|
||||
|
|
@ -157,18 +188,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.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
|
|
|
|||
|
|
@ -22,8 +22,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.
|
||||
|
||||
|
|
@ -38,7 +38,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
|
||||
|
|
|
|||
|
|
@ -21,8 +21,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.
|
||||
|
||||
|
|
@ -37,7 +37,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
|
||||
|
|
|
|||
|
|
@ -6,7 +6,8 @@ SYNOPSIS
|
|||
gcloud alpha developer-connect connections git-repository-links create
|
||||
(GIT_REPOSITORY_LINK : --connection=CONNECTION --location=LOCATION)
|
||||
--clone-uri=CLONE_URI [--annotations=[ANNOTATIONS,...]] [--async]
|
||||
[--etag=ETAG] [--labels=[LABELS,...]] [GCLOUD_WIDE_FLAG ...]
|
||||
[--etag=ETAG] [--labels=[LABELS,...]] [--request-id=REQUEST_ID]
|
||||
[--validate-only] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Create a gitRepositoryLink
|
||||
|
|
@ -26,8 +27,8 @@ POSITIONAL ARGUMENTS
|
|||
To set the project attribute:
|
||||
◆ provide the argument git_repository_link 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.
|
||||
|
||||
|
|
@ -42,7 +43,7 @@ POSITIONAL ARGUMENTS
|
|||
arguments in this group are specified.
|
||||
|
||||
--connection=CONNECTION
|
||||
connections TBD
|
||||
The connection id of the gitRepositoryLink resource.
|
||||
|
||||
To set the connection attribute:
|
||||
▸ provide the argument git_repository_link on the command line with
|
||||
|
|
@ -50,7 +51,7 @@ POSITIONAL ARGUMENTS
|
|||
▸ provide the argument --connection on the command line.
|
||||
|
||||
--location=LOCATION
|
||||
locations TBD
|
||||
The location id of the gitRepositoryLink resource.
|
||||
|
||||
To set the location attribute:
|
||||
▸ provide the argument git_repository_link on the command line with
|
||||
|
|
@ -115,6 +116,24 @@ OPTIONAL FLAGS
|
|||
|
||||
--labels=path_to_file.(yaml|json)
|
||||
|
||||
--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).
|
||||
|
||||
--validate-only
|
||||
If set, validate the request, but do not actually post it.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
|
|
|
|||
|
|
@ -25,8 +25,8 @@ POSITIONAL ARGUMENTS
|
|||
To set the project attribute:
|
||||
◆ provide the argument git_repository_link 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.
|
||||
|
||||
|
|
@ -41,7 +41,7 @@ POSITIONAL ARGUMENTS
|
|||
arguments in this group are specified.
|
||||
|
||||
--connection=CONNECTION
|
||||
connections TBD
|
||||
The connection id of the gitRepositoryLink resource.
|
||||
|
||||
To set the connection attribute:
|
||||
▸ provide the argument git_repository_link on the command line with
|
||||
|
|
@ -49,7 +49,7 @@ POSITIONAL ARGUMENTS
|
|||
▸ provide the argument --connection on the command line.
|
||||
|
||||
--location=LOCATION
|
||||
locations TBD
|
||||
The location id of the gitRepositoryLink resource.
|
||||
|
||||
To set the location attribute:
|
||||
▸ provide the argument git_repository_link on the command line with
|
||||
|
|
|
|||
|
|
@ -24,8 +24,8 @@ POSITIONAL ARGUMENTS
|
|||
To set the project attribute:
|
||||
◆ provide the argument git_repository_link 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.
|
||||
|
||||
|
|
@ -40,7 +40,7 @@ POSITIONAL ARGUMENTS
|
|||
arguments in this group are specified.
|
||||
|
||||
--connection=CONNECTION
|
||||
connections TBD
|
||||
The connection id of the gitRepositoryLink resource.
|
||||
|
||||
To set the connection attribute:
|
||||
▸ provide the argument git_repository_link on the command line with
|
||||
|
|
@ -48,7 +48,7 @@ POSITIONAL ARGUMENTS
|
|||
▸ provide the argument --connection on the command line.
|
||||
|
||||
--location=LOCATION
|
||||
locations TBD
|
||||
The location id of the gitRepositoryLink resource.
|
||||
|
||||
To set the location attribute:
|
||||
▸ provide the argument git_repository_link on the command line with
|
||||
|
|
|
|||
|
|
@ -25,8 +25,8 @@ REQUIRED FLAGS
|
|||
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.
|
||||
|
||||
|
|
@ -41,7 +41,7 @@ REQUIRED FLAGS
|
|||
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
|
||||
|
|
|
|||
|
|
@ -22,8 +22,8 @@ REQUIRED FLAGS
|
|||
To set the project attribute:
|
||||
◆ provide the argument --location 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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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