mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Wed Nov 19 10:58:36 UTC 2025
This commit is contained in:
parent
e1ec13485a
commit
7b14250313
392 changed files with 17141 additions and 774 deletions
|
|
@ -127,6 +127,8 @@ FLAGS
|
|||
|
||||
Arguments for the account connector config.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
ProviderOAuthConfig is the OAuth config for a provider.
|
||||
|
||||
--provider-oauth-config-scopes=[PROVIDER_OAUTH_CONFIG_SCOPES,...]
|
||||
|
|
|
|||
|
|
@ -165,6 +165,8 @@ FLAGS
|
|||
|
||||
Arguments for the account connector config.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
ProviderOAuthConfig is the OAuth config for a provider.
|
||||
|
||||
--clear-provider-oauth-config
|
||||
|
|
|
|||
|
|
@ -121,16 +121,18 @@ FLAGS
|
|||
bitbucket-data-center-config-service-directory,
|
||||
crypto-key-config-reference,
|
||||
github-enterprise-config-service-directory,
|
||||
gitlab-enterprise-config-service-directory], provides fallback value
|
||||
for resource location attribute. When the resource's full URI path is
|
||||
not provided, location will fallback to this flag value.
|
||||
gitlab-enterprise-config-service-directory,
|
||||
http-config-service-directory], provides fallback value for resource
|
||||
location attribute. When the resource's full URI path is not provided,
|
||||
location will fallback to this flag value.
|
||||
|
||||
--namespace=NAMESPACE
|
||||
For resources [bitbucket-data-center-config-service-directory,
|
||||
github-enterprise-config-service-directory,
|
||||
gitlab-enterprise-config-service-directory], provides fallback value
|
||||
for resource namespace attribute. When the resource's full URI path is
|
||||
not provided, namespace will fallback to this flag value.
|
||||
gitlab-enterprise-config-service-directory,
|
||||
http-config-service-directory], provides fallback value for resource
|
||||
namespace attribute. When the resource's full URI path is not provided,
|
||||
namespace will fallback to this flag value.
|
||||
|
||||
--request-id=REQUEST_ID
|
||||
An optional request ID to identify requests. Specify a unique request
|
||||
|
|
@ -163,9 +165,11 @@ FLAGS
|
|||
gitlab-config-webhook-secret-version,
|
||||
gitlab-enterprise-config-authorizer-credential-user-token-secret-version,
|
||||
gitlab-enterprise-config-read-authorizer-credential-user-token-secret-version,
|
||||
gitlab-enterprise-config-webhook-secret-version], provides fallback
|
||||
value for resource secret attribute. When the resource's full URI path
|
||||
is not provided, secret will fallback to this flag value.
|
||||
gitlab-enterprise-config-webhook-secret-version,
|
||||
http-config-basic-authentication-password-secret-version,
|
||||
http-config-bearer-token-authentication-secret-version], 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.
|
||||
|
|
|
|||
|
|
@ -85,16 +85,18 @@ FLAGS
|
|||
bitbucket-data-center-config-service-directory,
|
||||
crypto-key-config-reference,
|
||||
github-enterprise-config-service-directory,
|
||||
gitlab-enterprise-config-service-directory], provides fallback value
|
||||
for resource location attribute. When the resource's full URI path is
|
||||
not provided, location will fallback to this flag value.
|
||||
gitlab-enterprise-config-service-directory,
|
||||
http-config-service-directory], provides fallback value for resource
|
||||
location attribute. When the resource's full URI path is not provided,
|
||||
location will fallback to this flag value.
|
||||
|
||||
--namespace=NAMESPACE
|
||||
For resources [bitbucket-data-center-config-service-directory,
|
||||
github-enterprise-config-service-directory,
|
||||
gitlab-enterprise-config-service-directory], provides fallback value
|
||||
for resource namespace attribute. When the resource's full URI path is
|
||||
not provided, namespace will fallback to this flag value.
|
||||
gitlab-enterprise-config-service-directory,
|
||||
http-config-service-directory], provides fallback value for resource
|
||||
namespace attribute. When the resource's full URI path is not provided,
|
||||
namespace will fallback to this flag value.
|
||||
|
||||
--request-id=REQUEST_ID
|
||||
An optional request ID to identify requests. Specify a unique request
|
||||
|
|
@ -123,10 +125,11 @@ FLAGS
|
|||
gitlab-config-authorizer-credential-user-token-secret-version,
|
||||
gitlab-config-read-authorizer-credential-user-token-secret-version,
|
||||
gitlab-enterprise-config-authorizer-credential-user-token-secret-version,
|
||||
gitlab-enterprise-config-read-authorizer-credential-user-token-secret-version],
|
||||
provides fallback value for resource secret attribute. When the
|
||||
resource's full URI path is not provided, secret will fallback to this
|
||||
flag value.
|
||||
gitlab-enterprise-config-read-authorizer-credential-user-token-secret-version,
|
||||
http-config-basic-authentication-password-secret-version,
|
||||
http-config-bearer-token-authentication-secret-version], provides
|
||||
fallback value for resource secret attribute. When the resource's full
|
||||
URI path is not provided, secret will fallback to this flag value.
|
||||
|
||||
--[no-]validate-only
|
||||
If set, validate the request, but do not actually post it. Use
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ DESCRIPTION
|
|||
(ALPHA) Create an insights config.
|
||||
|
||||
EXAMPLES
|
||||
To create an insights config, run:
|
||||
To create an insights config with an apphub application, run:
|
||||
|
||||
$ gcloud alpha developer-connect insights-configs create \
|
||||
insights-config-name \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue