bino preview
bino preview starts a local HTTP server that renders your report in a browser.
It reloads automatically when you change manifests or data files.
bino preview [flags]Common flags:
--work-dir– report bundle directory (default:.).--port– HTTP port (default:45678).--log-sql– log executed SQL queries.
Examples
Section titled “Examples”Preview the bundle in the current directory:
bino previewPreview a different workdir and log SQL:
bino preview --work-dir my-report --log-sqlIf the browser does not open automatically, open http://127.0.0.1:45678/ manually.
Use placeholder screenshots in your docs to show the preview UI.