Skip to content

Cratis CLI

CLI

A terminal window into your event store

When something happens in a running Chronicle system — an event you need to see, an observer that’s stuck, a read model that looks wrong — you don’t want to write a query. You want to look. cratis is that look. Get started →

Terminal window
brew install cratis # or: dotnet tool install -g Cratis.Cli
cratis get-started # connects to your local Chronicle and shows you around

You could open a database client, write ad-hoc queries, and reverse-engineer what your event store is doing. The CLI gives you a purpose-built, event-sourcing-aware view instead: it speaks events, streams, observers, and read models — so “why is this projection behind?” is one command, not an investigation.

It’s also AI-native. Run cratis init in your project and it teaches your AI tools (Claude Code, GitHub Copilot, Cursor, Windsurf) about your Chronicle store, so your assistant can help operate it too.