QualityPilot

Reference

CLI

Coming soon. The qlens CLI will let you trigger scans, list runs, and inspect auto-fixes from the terminal — useful for local debugging and ad-hoc CI tasks.

Status

In development. Expected install path:

npm install -g @qlens/cli

When it ships, this page will gain command reference, env-var discovery rules, and a step-by-step migration from curl one-liners.

What you can do today instead

Until the CLI lands, the same operations are available through the REST API or the dashboard:

  • List recent runs. Open /dashboard/runs or hit the REST API — see /docs/api.
  • Inspect auto-fixes. /dashboard/auto-fixes shows every proposal, with status, confidence, and PR link.
  • Trigger a scan. Push a commit and let your reporter post the run, or use the GitHub Action documented on /docs/install.

Want early access?

Drop a note on the contact form with how you'd use a CLI. We're prioritising commands by what early users actually want to script.