Krew is the plugin manager for kubectl command-line tool. This repository hosts the krew index for custom kubectl plugins by AppsCode.
https://kubernetes.io/docs/tasks/tools/install-kubectl/
https://krew.sigs.k8s.io/docs/user-guide/setup/install/
kubectl krew index add appscode https://github.com/appscode/krew-index.git
kubectl krew update
kubectl krew install appscode/stash
kubectl stash -h
kubectl krew install appscode/dba
kubectl dba -h
kubectl krew install appscode/vault
kubectl vault -h