Skip to content
GitHub

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.

Preview the bundle in the current directory:

bino preview

Preview a different workdir and log SQL:

bino preview --work-dir my-report --log-sql

If 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.