Create a CLI called kyna that acts as an orchestrator for the other Kyna CLIs.
We want to be able to call kyna import or kyna migrate or kyna backtest - that kind of thing.
For deployment, the orchestrator would live in the root directory and the other programs would each have their own directory. The root application would pass arguments to the sub-app. The configuration defined at the root would be passed to the sub apps as well - things such as logging configuration and secrets.
Create a CLI called
kyna
that acts as an orchestrator for the other Kyna CLIs.We want to be able to call
kyna import
orkyna migrate
orkyna backtest
- that kind of thing.For deployment, the orchestrator would live in the root directory and the other programs would each have their own directory. The root application would pass arguments to the sub-app. The configuration defined at the root would be passed to the sub apps as well - things such as logging configuration and secrets.