scan bulk
metacrafter scan bulk <path> [options]
Walks a directory, opens each supported file, and writes a combined report.
Examples
metacrafter scan bulk /path/to/data \
--limit 200 \
--output-format json \
-o bulk_results.json
metacrafter scan bulk ./datasets \
--contexts pii \
--format full \
-o pii_bulk.json
File-type options such as --delimiter and --encoding apply to text files
found in the tree. See shared scan options.