Track released components and versions

## Usage

`circleci deploy <command> [flags]`

## General Commands

| Command    | Description                                |
| ---------- | ------------------------------------------ |
| `init`     | Instrument your config for deploy tracking |
| `list`     | List recent deploys                        |
| `open`     | Open the deploys page in the browser       |
| `settings` | Get deploy settings for a project          |

## Environment Commands

| Command       | Description                |
| ------------- | -------------------------- |
| `environment` | Manage deploy environments |

## Component Commands

| Command     | Description                      |
| ----------- | -------------------------------- |
| `component` | Manage deploy components         |
| `version`   | Manage deploy component versions |

## Flags

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

## Details

Work with CircleCI Deploys.

View deployed components and their versions across environments.

