summaryrefslogtreecommitdiff
path: root/.local/bin/kc
blob: d8c84dff11686c3a07ccf252feebbd38d4b5eee0 (plain)
1
2
3
#!/bin/sh
ctx="$(nu --commands "open ${KUBECONFIG:-$HOME/.kube/config} | from yaml | get contexts.name | to text" | $PICKER)"
[ -z "$ctx" ] || kubectl config use-context "$ctx"