preflight
Back to changelog
Jun 03, 2026 v0.12.29

New History Command for Past Scans

This release adds a new way to look back at previously published scan results without leaving the CLI. It helps you quickly review recent runs or drill into a specific run when you need more detail.

New in This Release

A new preflight history command lets you view scan history from your Preflight dashboard. Run it with no arguments to list recent runs, or pass a run id to see the full check results for that run.

You can tailor the output to your workflow, including a machine-readable option for tooling and comparisons. You can also scope results to the project in your current directory to stay focused on what you are working on.

Quality of Life

The new history command now checks for write errors when producing the human-formatted table output. This helps ensure you get a clear failure instead of silently missing output in some environments.

Tags

Feature Integration