pluralsh/plural-cli

Remove cloud cli dependencies

Opened this issue · 0 comments

currently you need one of:

  • gcloud
  • aws cli
  • az cli

To properly use plural. That is because local credentials for managed kubernetes control planes fall back to these clis for generating tokens. We can theoretically reimplement that functionality in native golang and remove the need for these clis and simplify our installation process.

This can be tackled iteratively also.