Examples
Workflow Examples
Preview First
Resolve a scan target, preview path-header changes, and opt into writes only after review.
Command
path-header-scannerCategory
Examples
Quick Command
path-header-scanner scan [TARGET_DIRECTORY] [OPTIONS]Preview and resolve targets
Terminal
bash# Preview the configured application target
path-header-scanner scan app
# Resolve app from another project base
path-header-scanner scan app --workdir ../project
# Explicit simulation wins over apply
path-header-scanner scan app --apply --dry-runApply after review
Terminal
bash# Re-run with writes enabled only after reviewing the preview
path-header-scanner scan app --apply