ahmetb / kubectx

Faster way to switch between clusters and namespaces in kubectl
https://kubectx.dev
Apache License 2.0
17.66k stars 1.26k forks source link

Support deleting multiple contexts separated by spaces #344

Open suzaku opened 2 years ago

suzaku commented 2 years ago

In the current implementation, kubectx -d ctx1 ctx2 doesn't work because it's interpreted as 'ctx1 ctx2'.