NAME
    gcloud builds triggers - create and manage build triggers for Google Cloud
        Build

SYNOPSIS
    gcloud builds triggers GROUP | COMMAND [GCLOUD_WIDE_FLAG ...]

DESCRIPTION
    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
        Create build triggers for Google Cloud Build.

     update
        Update Triggers in Google Cloud Build.

COMMANDS
    COMMAND is one of the following:

     delete
        Delete a build trigger.

     describe
        Get information about a particular trigger.

     import
        Import a build trigger.

     list
        List Cloud Build triggers for a project.

     run
        Run a build trigger.

NOTES
    These variants are also available:

        $ gcloud alpha builds triggers

        $ gcloud beta builds triggers

