Skip to content

bb_pr_create

eximus edited this page Feb 25, 2024 · 1 revision

bb pr create

Create a pull request on a repository

bb pr create [flags]

Options

  -b, --body                   add description for the pull request
  -c, --close-source           close source branch (default true)
  -h, --help                   help for create
  -i, --include-branch-name    include branch name in the pull request name
  -r, --reviewer stringArray   add reviewer by their name. [31mNot implemented[m
      --source string          source branch. Defaults to current branch
      --target string          target for the pull request: Defaults to dev (default "dev")
  -t, --title string           title for the pull request

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