recon_gen.cli.data

recon-gen data — per-prefix demo seed data.

Five operations:

apply — emit the seed SQL (default), or --execute against the demo DB. refresh — emit the REFRESH MATERIALIZED VIEW SQL, or --execute. clean — emit TRUNCATE statements, or --execute to wipe the rows. lock — write or verify the canonical-anchor seed SQL at

tests/data/_locked_seeds/<instance>.<dialect>.sql.

test — pytest the seed pipeline (locked-SQL byte check).

Same emit-vs-execute pattern as the schema group — default is print the script, --execute actually runs it.