bee browse
Overview
Section titled “Overview”Open a Backlog page in the browser
With no arguments, opens the repository page (inside a Backlog repo) or the dashboard.
Accepts an issue key (PROJECT-123), bare number (123, project inferred from Git remote), file path (src/main.ts), or path with line (src/main.ts:42). Paths ending with / open the directory tree. Use --project with section flags (e.g. --issues, --board) for project pages.
bee browse [flags] [TARGET]Arguments
Section titled “Arguments”-
TARGET - Issue key, issue number, file path, or project key
-
-p,--project <id> - Project ID or project key (required)
-
-b,--branch <name> - View file at a specific branch
-
-c,--commit - View file at the latest commit
-
-n,--no-browser - Print the URL instead of opening the browser
-
--issues - Open the issues page
-
--board - Open the board page
-
--gantt - Open the Gantt chart page
-
--wiki - Open the wiki page
-
--documents - Open the documents page
-
--files - Open the shared files page
-
--git - Open the git repositories page
-
--svn - Open the Subversion page
-
--settings - Open the project settings page
-
-s,--space <hostname> - Space hostname
Examples
Section titled “Examples”Open repository page (in a Backlog repo)
bee browseOpen dashboard (outside a Backlog repo)
bee browseOpen an issue
bee browse PROJECT-123Open issue by number (inferred project)
bee browse 123Open a file in git viewer
bee browse src/main.tsOpen a file at a specific line
bee browse src/main.ts:42Open a directory in git viewer
bee browse src/Browse at a specific branch
bee browse src/main.ts -b developBrowse at the latest commit
bee browse -cPrint URL without opening browser
bee browse -nOpen project issues page
bee browse -p PROJECT --issuesOpen project board
bee browse -p PROJECT --boardOpen Gantt chart
bee browse -p PROJECT --ganttEnvironment variables
Section titled “Environment variables”-
BACKLOG_PROJECT - Project ID or project key (required)
-
BACKLOG_SPACE - Space hostname
-
BACKLOG_API_KEY - Authenticate with an API key
-
BACKLOG_PROJECT - Default project ID or project key