Skip to content

Scenarios

The command reference tells you what each cratis command does. This section is the other half: the tasks you actually reach for the CLI to do, start to finish. Each scenario is a short recipe — a goal, the commands in order, and how to know you’re done.

ScenarioWhen you need it
Find and fix a stuck observerA projection, reducer, or reactor has stopped advancing — a read model looks stale or a side effect never fired.
Replay a projectionYou changed how a read model is built and need to rebuild it from history.
Verify events were appendedYou want to confirm a command actually wrote the events you expected — debugging or auditing.

New to the CLI? Start with Getting started, then come back here when you have a job to do.