Skip to main content

run

datacrafter run [--path PATH] [--verbose] [--quiet] [--dry-run]
[--skip-validation] [--structured-log]

Validates datacrafter.yml (unless --skip-validation), then runs extractors, the processor, and the destination.

FlagEffect
--dry-runValidate and print a YAML plan; do not download or write
--verbose / -vDebug logging
--quiet / -qErrors only
--structured-logJSON log records
--path / -pProject directory

--dry-run lists every extractors: entry (and keeps singular extractor as the first spec).

datacrafter run -v
datacrafter run --dry-run --path examples/csv-url