What would you like to be added
Add a subcommand to merge in a kubeconfig file into your default kubeconfig file.
Why is this needed
Many tools already do this anyhow, gcloud container clusters get-credentials, minikube, k3d and so on. It's basically like using multiple config files and outputting a merged version using kubectl config view --flatten, so the logic is essentially already there. So all that remains is exposing it as a conveinent subcommand.
What would you like to be added
Add a subcommand to merge in a kubeconfig file into your default kubeconfig file.
Why is this needed
Many tools already do this anyhow,
gcloud container clusters get-credentials,minikube,k3dand so on. It's basically like using multiple config files and outputting a merged version usingkubectl config view --flatten, so the logic is essentially already there. So all that remains is exposing it as a conveinent subcommand.