Is your feature request related to a problem? Please describe.
Currently, the Admin CLI is built and packaged as a fully self-contained unit. It would be beneficial to restructure it so that dependencies can be added as needed, rather than bundling everything by default. For example, the NoSQL commands could be moved into the NoSQL module, with the Admin CLI invoking them from there.
This will become increasingly important as we continue adding more commands to the Admin CLI. Now would be a good time to revisit and improve this aspect of the design.
This discussion came up in this dev ML thread
Describe the solution you'd like
No response
Describe alternatives you've considered
No response
Additional context
No response