app-services-cli
app-services-cli copied to clipboard
RHAOS CLI should enable users to define custom clients with the same auth reqiurements
Feature or problem description
With the new API we added to the connectors support is very easy to create a custom client
Example: https://github.com/lburgazzoli/bf2-cos-tools/blob/rhoc-cli/rhoc/pkg/service/service.go and to use it https://github.com/lburgazzoli/bf2-cos-tools/blob/rhoc-cli/rhoc/pkg/cmd/namespaces/list/list.go#L77-L79
We should refactor entire implementation to use the same pattern