Open workflow in browser

## Usage

`circleci workflow open <workflow-id> [flags]`

## Arguments

`<workflow-id>` is the UUID of the workflow to look up. Workflow IDs are
shown in the output of `circleci run get`.

## Flags

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

## Examples

- Open workflow details: 
  `circleci workflow open 5034460f-c7c4-4c43-9457-de07e2029e7b`

