eskit CLI — init, inspect, replay dev tooling #63
Labels
No labels
bug
documentation
enhancement
investigation
nice-to-have
performance
production-ready
testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
ash/eskit#63
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Why
Dev tooling makes the library feel like a product, not just code. Also critical for EMFlow code generation later.
Commands
eskit init— scaffold a new project with decider, events, store wiringeskit inspect <stream>— show events in a stream (connect to SQLite/Postgres)eskit replay <projection>— rebuild a projection from scratcheskit stats— show stream counts, event counts, store sizePriority
Lower — ship after core features are solid. But design the interfaces now so CLI can plug in later.
Connection to EMFlow
This CLI is the bridge: EMFlow generates the slice definitions,
eskit initscaffolds them into a running project.Acceptance
initscaffolds minimal projectinspectreads from SQLite storeSuperseded by #115 (expanded scope CLI management tool).