Open the contexts settings page in the browser

## Usage

`circleci context open [flags]`

## Flags

| Flag           | Description                                               |
| -------------- | --------------------------------------------------------- |
| `--org string` | Organization slug (e.g. gh/myorg); defaults to git remote |

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

## Examples

- Open contexts for the org inferred from git remote: 
  `circleci context open`
- Open contexts for a specific organization: 
  `circleci context open --org gh/myorg`
- Open when your remote is on CircleCI server: 
  `circleci context open --host https://circleci.example.com`

## Details

Open the CircleCI contexts settings page for an organization in your
default web browser.

The organization is inferred from the current git repository's remote
unless overridden with --org. Supports GitHub, Bitbucket, and GitLab
remotes.

