Skip to content

afeiship/kube-config-list

Repository files navigation

kube-config-list

k8s config list.

version license size download

snapshot

installation

npm i -g @jswork/kube-config-list

usage

Usage: kube-config-list [options]

Options:
  -V, --version  output the version number
  -b, --boot     Create "boot.sh" to ~/.kube dir (default: false)
  -h, --help     display help for command

# create boot.sh file
kube-config-list -b

# add alias to .bashrc/.zshrc
alias kcl="kube-config-list && source ~/.kube/boot.sh";

license

Code released under the MIT license.