scan group (alias: s).
scan run
Run an AST-based context scan on your repository to detect LLM providers, entry points, and usage patterns.| Flag | Type | Default | Description |
|---|---|---|---|
path | positional | . (current directory) | Path to the directory to scan |
--verbose / -v | flag | false | Show detailed scan output |
Examples
Behavior
- If no
.valiqorrcexists, the CLI auto-configures the project before scanning. - The scan results are saved to the configured
scan_dir.
Requires the
valiqor.scanner module. Run valiqor --version to check availability.