List deploy components

## Usage

`circleci deploy component list [flags]`

Aliases: `circleci deploy component ls`

## Flags

| Flag               | Description                                                                       |
| ------------------ | --------------------------------------------------------------------------------- |
| `--jq string`      | Process values from the response using jq syntax (see `circleci help formatting`) |
| `--json`           | Output as JSON                                                                    |
| `--project string` | Project slug (e.g. gh/org/repo); defaults to git remote                           |

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

## Examples

- List components for the current git remote's project: 
  `circleci deploy component list`
- List components for a specific project: 
  `circleci deploy component list --project gh/myorg/myrepo`
- Output as JSON: 
  `circleci deploy component list --json`

## Details

List deploy components for a CircleCI project.

The project is inferred from the current git repository's remote
unless overridden with --project.

JSON fields: id, name, project_id

