idea: CLI should not access backend services directly
Opened this issue · 1 comments
gau-nernst commented
Problem Statement
CLI currently access the following services
These are backend services. The CLI shouldn't access those as much as possible
TODO: figure out why the CLI needs them, and remove if possible
This will also remove unnecessary linking
Feature Idea
See above
selim1903 commented
I do agree with this, the CLI library should be as minimal as possible, I think in my new refactor PR, I created a mechanism on how to "register" commands. We can utilize this method to register cmds that we really need for a speicific configuration. That will I guess minimize the amount of depencies implicitely.