-
Notifications
You must be signed in to change notification settings - Fork 0
bb_pr_list
eximus edited this page Feb 25, 2024
·
1 revision
List pull requests from a repository
bb pr list [flags]
--all return pull request with all possible states.
-a, --author string filter by author nick name (full nickname is needed due to an API limitation from bitbucket)
-h, --help help for list
--pages int number of pages with results to retrieve (default 1)
-p, --participants include participant and comment data for each pull request on the result. (the result will be slower)
--search string search pull request with query
--source string filter by source branch.
-s, --state stringArray filter by state. Default: "open". Multiple of these options can be given
possible options: "open", "merged", "declined" or "superseded" (default [open])
-S, --status include status of each pull request on the result. (the result will be slower)
--target string filter by target branch.
--config string config file (default is $HOME/.config/bb.yaml)
-R, --repo string selected repository
- bb pr - Manage pull requests [pull-request]