1.0.2 • Published 2 years ago

@jswork/kube-config-list v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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.