When kubectl x list is called, show all the matching contexts. e.g.:
$ kubectl x list
dev-use1-gkg2
prod-usw2-ejlr
prod-use1-arj3
$ kubectl x --include prod list
prod-usw2-ejlr
prod-use1-arj3
I don't feel strongly about list, open to suggestions here.
When
kubectl x listis called, show all the matching contexts. e.g.:I don't feel strongly about
list, open to suggestions here.