Skip to content

Krew index for kubectl plugins by AppsCode

License

Notifications You must be signed in to change notification settings

appscode/krew-index

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

krew-index

Krew is the plugin manager for kubectl command-line tool. This repository hosts the krew index for custom kubectl plugins by AppsCode.

Install kubectl

https://kubernetes.io/docs/tasks/tools/install-kubectl/

Install krew

https://krew.sigs.k8s.io/docs/user-guide/setup/install/

Configure AppsCode krew-index

kubectl krew index add appscode https://github.com/appscode/krew-index.git
kubectl krew update

Install Stash cli

kubectl krew install appscode/stash
kubectl stash -h

Install KubeDB cli

kubectl krew install appscode/dba
kubectl dba -h

Install KubeVault cli

kubectl krew install appscode/vault
kubectl vault -h