CLI overview
The bino CLI drives the full report lifecycle: scaffold, iterate, build, inspect, and maintain. This page summarizes the main commands and links to detailed topics.
Global Flags
Section titled “Global Flags”These flags are available on all commands:
--verbose,-v– enable verbose logging and show the run ID.--no-color– disable colored output (also respects theNO_COLORenvironment variable).
Lifecycle
Section titled “Lifecycle”A typical workflow looks like this:
bino init– scaffold a new report bundle.bino add– create new DataSet and DataSource manifests interactively.bino preview– iterate on layouts and data with a live browser preview.bino build– validate manifests, execute datasets, and produce PDFs.bino graph– inspect dependencies between artefacts, datasets, and datasources.bino setup– install browser runtimes for rendering.bino cache clean– clear caches when needed.bino versionandbino about– inspect version and dependency information.
Command reference
Section titled “Command reference”- bino init
- bino add
- bino preview
- bino build
- bino graph
- bino setup
- bino cache clean
- bino update
- bino version and about
Additional topics
Section titled “Additional topics”- Build Logs – JSON logs, CSV embedding, and execution plan tracking