recon_gen.cli.data
recon-gen data — per-prefix demo seed data.
Five operations:
apply — emit the seed SQL (default), or
--executeagainst the demo DB. refresh — emit the REFRESH MATERIALIZED VIEW SQL, or--execute. clean — emit TRUNCATE statements, or--executeto 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.