mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-19 07:15:23 +00:00
gcloud: Thu Jul 20 11:47:24 UTC 2023
This commit is contained in:
parent
b4c2508b12
commit
64e67b443c
325 changed files with 10090 additions and 1806 deletions
49
gcloud/alpha/builds/triggers/update/help
Normal file
49
gcloud/alpha/builds/triggers/update/help
Normal file
|
|
@ -0,0 +1,49 @@
|
|||
NAME
|
||||
gcloud alpha builds triggers update - update Triggers in Google Cloud Build
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha builds triggers update COMMAND [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Update Triggers in Google Cloud Build.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --help.
|
||||
|
||||
Run $ gcloud help for details.
|
||||
|
||||
COMMANDS
|
||||
COMMAND is one of the following:
|
||||
|
||||
bitbucketserver
|
||||
(ALPHA) Updates Bitbucket Server trigger used by Google Cloud Build.
|
||||
|
||||
cloud-source-repositories
|
||||
(ALPHA) Updates Cloud Source Repositories trigger used by Google Cloud
|
||||
Build.
|
||||
|
||||
github
|
||||
(ALPHA) Update GitHub trigger used by Google Cloud Build.
|
||||
|
||||
gitlab
|
||||
(ALPHA) Updates GitLab trigger used by Google Cloud Build.
|
||||
|
||||
manual
|
||||
(ALPHA) Updates a manual trigger used by Google Cloud Build.
|
||||
|
||||
pubsub
|
||||
(ALPHA) Update a Pub/Sub trigger used by Google Cloud Build.
|
||||
|
||||
webhook
|
||||
(ALPHA) Update a Webhook trigger used by Google Cloud Build.
|
||||
|
||||
NOTES
|
||||
This command is currently in alpha and might change without notice. If this
|
||||
command fails with API permission errors despite specifying the correct
|
||||
project, you might be trying to access an API with an invitation-only early
|
||||
access allowlist. These variants are also available:
|
||||
|
||||
$ gcloud builds triggers update
|
||||
|
||||
$ gcloud beta builds triggers update
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue