Skip to content

doing open

Quickly open certain links.

doing open [flags]

Example usage

Most doing open commands do not take arguments:

doing open board
doing open issues
doing open pipe
doing open prs
doing open repo
doing open sprint
doing open policies
doing open branches

Some do:

doing open issue 12345
doing open branch master
doing open pr 54321

And for some it is optional (attempts to auto-detect argument):

doing open issue
doing open pr

Options

Usage: doing open [OPTIONS] COMMAND [ARGS]...

  Quickly open certain links.

Options:
  --help  Show this message and exit.

Commands:
  board     Open board view.
  branch    Open a specific BRANCH_NAME.
  branches  Open an overview of the repositories' branches.
  issue     Open a specific WORK_ITEM_ID.
  issues    Open all active issues view.
  pipe      Open latest pipeline runs for repository view.
  policies  Open repository policy settings.
  pr        Open a specific PULLREQUEST_ID.
  prs       Open active PRs for repository view.
  repo      Open repository view.
  sprint    Open current sprint view.