forensics export
Export SQLite + features + analysis into a single .duckdb file.
forensics export [OPTIONS]Options
Section titled “Options”| Option | Description |
|---|---|
-o, --output PATH | Output path for the single-file DuckDB export. [default: data/forensics_export.duckdb] |
--features / --no-features | Include the features parquet shards (default: on). [default: features] |
--analysis / --no-analysis | Include per-author analysis *_result.json artifacts (default: on). [default: analysis] |
--help | Show this message and exit. |
Built by Abstract Data