mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-11 15:39:42 +00:00
gcloud: Wed Mar 29 10:40:15 UTC 2023
This commit is contained in:
parent
4ccfc7a5e3
commit
5fabf24be7
269 changed files with 6797 additions and 464 deletions
|
|
@ -16,7 +16,7 @@ SYNOPSIS
|
|||
--private-key-version-name=PRIVATE_KEY_VERSION_NAME
|
||||
--webhook-secret-version-name=WEBHOOK_SECRET_VERSION_NAME])
|
||||
[--peered-network=PEERED_NETWORK] [--webhook-key=WEBHOOK_KEY]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
[--name=NAME --region=REGION] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Create a GitHub Enterprise Config for use by Google Cloud Build.
|
||||
|
|
@ -102,6 +102,15 @@ OPTIONAL FLAGS
|
|||
|
||||
If this is not set, Cloud Build will generate one on the user's behalf.
|
||||
|
||||
--name=NAME
|
||||
The name of the GitHub Enterprise config.
|
||||
|
||||
--region=REGION
|
||||
The region of the Cloud Build Service to use. Must be set to a
|
||||
supported region name (e.g. us-central1). If unset, builds/region,
|
||||
which is the default region to use when working with Cloud Build
|
||||
resources, is used. If builds/region is unset, region is set to global.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud alpha builds enterprise-config github delete CONFIG
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
[--region=REGION] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Delete a github enterprise config from Google Cloud Build.
|
||||
|
|
@ -13,6 +13,13 @@ POSITIONAL ARGUMENTS
|
|||
CONFIG
|
||||
The id of the GitHub Enterprise Config
|
||||
|
||||
FLAGS
|
||||
--region=REGION
|
||||
The region of the Cloud Build Service to use. Must be set to a
|
||||
supported region name (e.g. us-central1). If unset, builds/region,
|
||||
which is the default region to use when working with Cloud Build
|
||||
resources, is used. If builds/region is unset, region is set to global.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud alpha builds enterprise-config github describe CONFIG
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
[--region=REGION] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Describe a github enterprise config used by Google Cloud Build.
|
||||
|
|
@ -13,6 +13,13 @@ POSITIONAL ARGUMENTS
|
|||
CONFIG
|
||||
The id of the GitHub Enterprise Config
|
||||
|
||||
FLAGS
|
||||
--region=REGION
|
||||
The region of the Cloud Build Service to use. Must be set to a
|
||||
supported region name (e.g. us-central1). If unset, builds/region,
|
||||
which is the default region to use when working with Cloud Build
|
||||
resources, is used. If builds/region is unset, region is set to global.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
|
|
|
|||
|
|
@ -3,13 +3,20 @@ NAME
|
|||
enterprise configs in a Google Cloud project
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha builds enterprise-config github list [--filter=EXPRESSION]
|
||||
[--limit=LIMIT] [--page-size=PAGE_SIZE] [--sort-by=[FIELD,...]] [--uri]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
gcloud alpha builds enterprise-config github list [--region=REGION]
|
||||
[--filter=EXPRESSION] [--limit=LIMIT] [--page-size=PAGE_SIZE]
|
||||
[--sort-by=[FIELD,...]] [--uri] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) List all github enterprise configs in a Google Cloud project.
|
||||
|
||||
FLAGS
|
||||
--region=REGION
|
||||
The region of the Cloud Build Service to use. Must be set to a
|
||||
supported region name (e.g. us-central1). If unset, builds/region,
|
||||
which is the default region to use when working with Cloud Build
|
||||
resources, is used. If builds/region is unset, region is set to global.
|
||||
|
||||
LIST COMMAND FLAGS
|
||||
--filter=EXPRESSION
|
||||
Apply a Boolean filter EXPRESSION to each resource item to be listed.
|
||||
|
|
|
|||
|
|
@ -4,7 +4,8 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud alpha builds enterprise-config github update CONFIG
|
||||
[--app-id=APP_ID] [--host-uri=HOST_URI] [--webhook-key=WEBHOOK_KEY]
|
||||
[--app-id=APP_ID] [--host-uri=HOST_URI] [--region=REGION]
|
||||
[--webhook-key=WEBHOOK_KEY]
|
||||
[[--gcs-bucket=GCS_BUCKET --gcs-object=GCS_OBJECT
|
||||
: --generation=GENERATION]
|
||||
| [--oauth-client-id-name=OAUTH_CLIENT_ID_NAME
|
||||
|
|
@ -32,6 +33,12 @@ FLAGS
|
|||
--host-uri=HOST_URI
|
||||
The host uri of the GitHub Enterprise Server.
|
||||
|
||||
--region=REGION
|
||||
The region of the Cloud Build Service to use. Must be set to a
|
||||
supported region name (e.g. us-central1). If unset, builds/region,
|
||||
which is the default region to use when working with Cloud Build
|
||||
resources, is used. If builds/region is unset, region is set to global.
|
||||
|
||||
--webhook-key=WEBHOOK_KEY
|
||||
The unique identifier that Cloud Build expects to be set as the value
|
||||
for the query field webhook_key on incoming webhook requests.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue