mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 12:22:03 +00:00
gcloud: Wed Sep 11 09:52:17 UTC 2024
This commit is contained in:
parent
78a4d78e9e
commit
a3842bba95
197 changed files with 6656 additions and 691 deletions
|
|
@ -6,8 +6,8 @@ SYNOPSIS
|
|||
(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]
|
||||
[[--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] | --gitlab-config-authorizer-credential-user-token-secret-version=GITLAB_CONFIG_AUTHORIZER_CREDENTIAL_USER_TOKEN_SECRET_VERSION --gitlab-config-read-authorizer-credential-user-token-secret-version=GITLAB_CONFIG_READ_AUTHORIZER_CREDENTIAL_USER_TOKEN_SECRET_VERSION --gitlab-config-webhook-secret-version=GITLAB_CONFIG_WEBHOOK_SECRET_VERSION]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
|
|
@ -188,6 +188,105 @@ FLAGS
|
|||
--github-config-authorizer-credential-oauth-token-secret-version
|
||||
on the command line.
|
||||
|
||||
Configuration for connections to gitlab.com.
|
||||
|
||||
Represents a personal access token that authorized the Connection, and
|
||||
associated metadata.
|
||||
|
||||
This must be specified.
|
||||
|
||||
SecretVersion resource - A SecretManager resource containing the
|
||||
user token that authorizes the Developer Connect connection. Format:
|
||||
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
|
||||
--gitlab-config-authorizer-credential-user-token-secret-version
|
||||
on the command line with a fully specified name;
|
||||
◇ provide the argument --project on the command line;
|
||||
◇ set the property core/project.
|
||||
|
||||
To set the secret attribute:
|
||||
◇ provide the argument
|
||||
--gitlab-config-authorizer-credential-user-token-secret-version
|
||||
on the command line with a fully specified name;
|
||||
◇ provide the argument --secret on the command line.
|
||||
|
||||
This must be specified.
|
||||
|
||||
--gitlab-config-authorizer-credential-user-token-secret-version=GITLAB_CONFIG_AUTHORIZER_CREDENTIAL_USER_TOKEN_SECRET_VERSION
|
||||
ID of the secretVersion or fully qualified identifier for the
|
||||
secretVersion.
|
||||
|
||||
To set the secret-version attribute:
|
||||
▹ provide the argument
|
||||
--gitlab-config-authorizer-credential-user-token-secret-version
|
||||
on the command line.
|
||||
|
||||
Represents a personal access token that authorized the Connection, and
|
||||
associated metadata.
|
||||
|
||||
This must be specified.
|
||||
|
||||
SecretVersion resource - A SecretManager resource containing the
|
||||
user token that authorizes the Developer Connect connection. Format:
|
||||
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
|
||||
--gitlab-config-read-authorizer-credential-user-token-secret-version
|
||||
on the command line with a fully specified name;
|
||||
◇ provide the argument --project on the command line;
|
||||
◇ set the property core/project.
|
||||
|
||||
To set the secret attribute:
|
||||
◇ provide the argument
|
||||
--gitlab-config-read-authorizer-credential-user-token-secret-version
|
||||
on the command line with a fully specified name;
|
||||
◇ provide the argument --secret on the command line.
|
||||
|
||||
This must be specified.
|
||||
|
||||
--gitlab-config-read-authorizer-credential-user-token-secret-version=GITLAB_CONFIG_READ_AUTHORIZER_CREDENTIAL_USER_TOKEN_SECRET_VERSION
|
||||
ID of the secretVersion or fully qualified identifier for the
|
||||
secretVersion.
|
||||
|
||||
To set the secret-version attribute:
|
||||
▹ provide the argument
|
||||
--gitlab-config-read-authorizer-credential-user-token-secret-version
|
||||
on the command line.
|
||||
|
||||
SecretVersion resource - SecretManager resource containing the webhook
|
||||
secret of a GitLab project, formatted as
|
||||
projects/*/secrets/*/versions/*. This is used to validate webhooks.
|
||||
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 --gitlab-config-webhook-secret-version on
|
||||
the command line with a fully specified name;
|
||||
▫ provide the argument --project on the command line;
|
||||
▫ set the property core/project.
|
||||
|
||||
To set the secret attribute:
|
||||
▫ provide the argument --gitlab-config-webhook-secret-version on
|
||||
the command line with a fully specified name;
|
||||
▫ provide the argument --secret on the command line.
|
||||
|
||||
This must be specified.
|
||||
|
||||
--gitlab-config-webhook-secret-version=GITLAB_CONFIG_WEBHOOK_SECRET_VERSION
|
||||
ID of the secretVersion or fully qualified identifier for the
|
||||
secretVersion.
|
||||
|
||||
To set the secret-version attribute:
|
||||
◇ provide the argument --gitlab-config-webhook-secret-version
|
||||
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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue