Skip to main content

bgng get

Retrieves a document by path fragment or 6-character doc id.

Usage

bgng get "2026-05-30/how-to-build"
bgng get "#a3f2c1"
bgng get "how-to-build" --from 20 --lines 50
bgng get "how-to-build" --json

Flags

FlagDescription
--from=<n>Start at this line.
--lines=<n>Maximum lines to return.
--jsonEmit { path, title, body } on hit.

On miss, human output includes fuzzy suggestions.