Skip to content

bj pr list

List pull requests in a repository.

Synopsis

bj pr list [OPTIONS]

Options

Option Description
-s, --state <text> open
-H, --head <text> Filter by source branch.
-L, --limit <integer> Max results. (default: 30)
-R, --repo <text> Target repo as WORKSPACE/REPO.
--json Output raw JSON.
-q, --jq <text> Filter JSON with a jq expression.
-w, --web Open in the browser.

Examples

bj pr list
bj pr list --state merged --limit 50
bj pr list --json | jq '.[].title'

See also