1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-11 15:39:42 +00:00
gcloud-help/gcloud/beta/builds/triggers/help
2023-11-01 10:29:29 +00:00

53 lines
1.1 KiB
Text

NAME
gcloud beta builds triggers - create and manage build triggers for Google
Cloud Build
SYNOPSIS
gcloud beta builds triggers GROUP | COMMAND [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) Create and manage build triggers for Google Cloud Build.
GCLOUD WIDE FLAGS
These flags are available to all commands: --help.
Run $ gcloud help for details.
GROUPS
GROUP is one of the following:
create
(BETA) Create build triggers for Google Cloud Build.
update
(BETA) Update Triggers in Google Cloud Build.
COMMANDS
COMMAND is one of the following:
delete
(BETA) Delete a build trigger.
describe
(BETA) Get information about a particular trigger.
export
(BETA) Export a build trigger.
import
(BETA) Import a build trigger.
list
(BETA) List Cloud Build triggers for a project.
run
(BETA) Run a build trigger.
NOTES
This command is currently in beta and might change without notice. These
variants are also available:
$ gcloud builds triggers
$ gcloud alpha builds triggers