Define what will happen in a run

## Usage

`circleci pipeline <command> [flags]`

## General Commands

| Command  | Description                             |
| -------- | --------------------------------------- |
| `create` | Create a pipeline definition            |
| `list`   | List pipeline definitions for a project |

## Targeted Commands

| Command | Description                |
| ------- | -------------------------- |
| `run`   | Trigger a new pipeline run |

## Flags

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

## Details

Create and list pipeline definitions for a CircleCI project.

A pipeline definition decides what happens when a run is triggered:
which repository to check out and where to find the config YAML that
CircleCI compiles into workflows. Attach triggers to a definition with
'circleci project trigger create'.

