Inspect, rerun and cancel workflows (job graphs)

## Usage

`circleci workflow <command> [flags]`

## General Commands

| Command | Description                             |
| ------- | --------------------------------------- |
| `list`  | List workflows for a run or recent runs |

## Targeted Commands

| Command  | Description               |
| -------- | ------------------------- |
| `cancel` | Cancel a running workflow |
| `get`    | Get workflow details      |
| `open`   | Open workflow in browser  |
| `rerun`  | Rerun a workflow          |

## Flags

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

## Details

Work with CircleCI workflows.

Workflows orchestrate jobs within a run. Use these commands to
inspect workflow status, rerun failed jobs, or cancel a running workflow.

Workflow IDs are shown in the output of 'circleci run get'.

