Skip to content

bb_pr_view

eximus edited this page Feb 25, 2024 · 1 revision

bb pr view

View details of a pull request

Synopsis

View details of a pull request from given ID. If no ID is given we'll try to find an open pull request that has it's source as the current branch

bb pr view [ID] [flags]

Options

  -c, --comments        View comments
  -C, --commits         View commits. [31mNot implemented[m
  -d, --diff            View diff. [31mNot implemented[m
  -h, --help            help for view
      --source string   filter by source branch.
      --target string   filter by target branch.
      --web             Open in the browser.

Options inherited from parent commands

      --config string   config file (default is $HOME/.config/bb.yaml)
  -R, --repo string     selected repository

SEE ALSO

  • bb pr - Manage pull requests [pull-request]
Auto generated by spf13/cobra on 25-Feb-2024