mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-17 06:11:59 +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
|
|
@ -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