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
| Flag | Description |
|---|---|
--from=<n> | Start at this line. |
--lines=<n> | Maximum lines to return. |
--json | Emit { path, title, body } on hit. |
On miss, human output includes fuzzy suggestions.