Open the deploys page in the browser

## Usage

`circleci deploy 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 deploys page for the current project: 
  `circleci deploy open`
- Open the deploys page for a specific project: 
  `circleci deploy open --project gh/myorg/myrepo`

## Details

Open the CircleCI deploys 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.

