gabledata / recap

Work with your web service, database, and streaming schemas in a single format.
https://recap.build
MIT License
334 stars 24 forks source link

Add Recap CLI #381

Closed criccomini closed 1 year ago

criccomini commented 1 year ago

Recap now has a CLI! 💫

The CLI supports two commands: ls and schema. These behave the same way as they do in Recap's gateway.

I've updated the Recap gateway to share the same logic as the CLI. I did this by moving everything into a commands file, and calling it from both cli and gateway.