dolittle / Runtime

Runtime for Dolittle
https://dolittle.io
MIT License
14 stars 10 forks source link

Create CLI commands for Projections #634

Closed jakhog closed 2 years ago

jakhog commented 2 years ago

Summary

Implements the "runtime projections list", "runtime projections get" and "runtime projections replay" commands in the CLI. The list and get outputs are mostly copies of the tabular structure for Event Handlers. The replay has fewer options than Event Handlers, since it only really makes sense to replay a Projection from the beginning.