--only | Comma-separated checks or categories to run. | Default checks |
--skip | Comma-separated checks or categories to skip. | — |
--e2e | Also run the end-to-end suite. | false |
--outdated | Also compare dependencies against public registries. | false |
--packages | Restrict workspace, accessibility, security, and issue checks to these packages. | All packages and modules |
--modules | Restrict workspace, accessibility, security, and issue checks to these modules. | All packages and modules |
--audit-level | Minimum vulnerability severity to report: low, moderate, high, or critical. | — |
--threshold | Minimum line and function coverage a module must reach, in percent. | 90 |
--concurrency | Number of coverage suites to run at once. | Core count, capped at 8 |
--logs | Stream plain workspace logs instead of the interactive view. | false |
--no-cache | Skip reading and writing the workspace and project caches. | false |
--strict | Report warnings as failures and exit non-zero. | false |
--json | Print the report as JSON. | false |
--cwd | Working directory. | Current directory |