Generates an in-memory Instance CheckpointStore adapter and conformance test.
mix spectre.gen.checkpoint_store MyApp.SpectreCheckpointStoreThe generated adapter is intentionally process-local and intended for tests
and development. Replace it with durable storage for production. Files are
never overwritten unless --force is passed. --dry-run changes no files.
Options
--dry-run- print the files that would be generated;--force- replace existing regular files.