bee document view
Overview
Section titled “Overview”View a document
Use --web to open in the browser (--project is required for --web).
bee document view [flags] <DOCUMENT>Arguments
Section titled “Arguments”-
DOCUMENT - Document ID
-
-p,--project <id> - Project ID or project key (required for --web)
-
-w,--web - Open the document 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
Examples
Section titled “Examples”View document details
bee document view 12345Open document in browser
bee document view 12345 --web -p PROJECTOutput as JSON
bee document view 12345 --jsonEnvironment variables
Section titled “Environment variables”-
BACKLOG_SPACE - Space hostname
-
BACKLOG_API_KEY - Authenticate with an API key
-
BACKLOG_PROJECT - Default project ID or project key