Manage project triggers

## Usage

`circleci project trigger <command> [flags]`

## Available Commands

| Command  | Description                             |
| -------- | --------------------------------------- |
| `create` | Create a new project trigger            |
| `list`   | List triggers for a pipeline definition |

## Flags

Global flags: `-c, --config`, `--debug`, `--no-color`, `-q, --quiet` — see `circleci --help`.

## Details

List and create triggers for a CircleCI project.

Triggers watch a GitHub repository for events and automatically run
a pipeline definition when matching events occur. Only projects
connected via the CircleCI GitHub App are supported.

