antra studio
Launch the local web dashboard over antra-findings.sqlite.
Opens a local dashboard for reading the same findings the CLI reports.
Usage
antra studio [path]
path is the Next.js app root and defaults to ..
antra studio
antra studio --port 3000
antra studio --no-open
Flags
What it serves
Studio reads .antra/antra-findings.sqlite, the database scans write into, so
it shows you the results of scans you have already run rather than starting an
analysis of its own. If you have just changed code, run
antra scan first.
It binds to localhost only and is not intended to be exposed. --no-open is for
when you want the server without a browser window, on a remote shell or a
machine where the browser is elsewhere.
Going further
- Studio: what the dashboard shows.
- Reading the graph: how to triage from the graph view.