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.
| Flag | Effect |
|---|---|
--dry-run | Validate and print a YAML plan; do not download or write |
--verbose / -v | Debug logging |
--quiet / -q | Errors only |
--structured-log | JSON log records |
--path / -p | Project 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