Inspect a job's details, output and artifacts

## Usage

`circleci job <command> [flags]`

## Targeted Commands

| Command    | Description                          |
| ---------- | ------------------------------------ |
| `artifact` | List or download artifacts for a job |
| `get`      | Get job details                      |
| `open`     | Open job in browser                  |
| `output`   | Work with job step output            |

## Flags

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

## Details

Work with CircleCI jobs.

Jobs are the individual units of work within a workflow.

