report¶
Regenerate the HTML timeline report from the existing plan.
report reads .ingest/plan.json and rewrites .ingest/report.html. plan already builds the report every time it runs, so you only need this command to regenerate the report on its own, for example after you have deleted report.html or want a fresh copy without recomputing the plan.
Options¶
--rootpoints at a specific project directory.
Example¶
Then open it:
What the report is¶
The report is a single self-contained HTML file with no external dependencies, so you can open it straight from disk or hand it to someone else. It lays out each day as a set of device swimlanes and is the visual quality-control step before you apply. For a full tour of its features, including the day filter chips, drag-to-zoom, tooltips, and table view, see the timeline report page.
If you change the plan (by editing config and re-running plan), the report is rebuilt automatically, so you rarely need to call report directly.