Open the project page in the browser

## Usage

`circleci project open [flags]`

## Flags

| Flag               | Description                                             |
| ------------------ | ------------------------------------------------------- |
| `--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

- Open the project page for the current repo: 
  `circleci project open`
- Open the project page for a specific project: 
  `circleci project open --project gh/myorg/myrepo`
- Open when your remote is on CircleCI server: 
  `circleci project open --host https://circleci.example.com`

## Details

Open the CircleCI project page for the current project in your
default web browser.

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

