Skip to main content
All scan commands live under the scan group (alias: s).
valiqor scan <run>
# or
valiqor s <run>

scan run

Run an AST-based context scan on your repository to detect LLM providers, entry points, and usage patterns.
valiqor scan run [path] [flags]
FlagTypeDefaultDescription
pathpositional. (current directory)Path to the directory to scan
--verbose / -vflagfalseShow detailed scan output

Examples

# Scan the current directory
valiqor scan run

# Scan a specific directory with verbose output
valiqor scan run ./src --verbose

Behavior

  • If no .valiqorrc exists, 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.