bee pr view
Overview
Section titled “Overview”View a pull request
Use --web to open in the browser.
bee pr view [flags] <NUMBER>Arguments
Section titled “Arguments”NUMBER- Pull request number
-p,--project <id>- Project ID or project key (required)
-R,--repo <name>- Repository name or ID (required)
-w,--web- Open the pull request in the browser
-n,--no-browser- Print the URL instead of opening the browser
--json <fields>- Output as JSON (optionally filter by field names, comma-separated)
-s,--space <hostname>- Space hostname (e.g. xxx.backlog.com, or your own domain)
-y,--yes- Skip confirmation prompt
Examples
Section titled “Examples”View pull request details
bee pr view 42 -p PROJECT -R repoOpen pull request in browser
bee pr view 42 -p PROJECT -R repo --webOutput as JSON
bee pr view 42 -p PROJECT -R repo --jsonEnvironment variables
Section titled “Environment variables”BACKLOG_PROJECT- Project ID or project key (required)
BACKLOG_REPO- Repository name or ID (required)
BACKLOG_SPACE- Space hostname (e.g. xxx.backlog.com, or your own domain)
BACKLOG_API_KEY- Authenticate with an API key
BACKLOG_SPACE- Space hostname
BACKLOG_PROJECT- Default project ID or project key
BACKLOG_REPO- Default repository name