Open job in browser

## Usage

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

## Arguments

`<job-id>` is the UUID of the job to look up. Job UUIDs are shown in
the output of `circleci workflow get` and `circleci run get --json`.

## Flags

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

## Examples

- Open job by UUID: 
  `circleci job open 8e50c384-0083-43d0-bc8f-93f0db589d6b`

