Manage secret env vars shared across pipelines

## Usage

`circleci context <command> [flags]`

## General Commands

| Command  | Description                                    |
| -------- | ---------------------------------------------- |
| `create` | Create a new context                           |
| `list`   | List contexts for an organization              |
| `open`   | Open the contexts settings page in the browser |

## Targeted Commands

| Command  | Description              |
| -------- | ------------------------ |
| `delete` | Delete a context         |
| `get`    | Get details of a context |

## Subcommands

| Command       | Description                          |
| ------------- | ------------------------------------ |
| `restriction` | Manage context restrictions          |
| `secret`      | Manage context environment variables |

## Flags

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

## Details

Work with CircleCI contexts.

Contexts are named collections of secret environment variables that
can be shared across runs within an organization. Jobs can
reference a context to inject its variables into the build environment.

