https://github.com/appscode/krew-index
Krew index for kubectl plugins by AppsCode
https://github.com/appscode/krew-index
Last synced: over 1 year ago
JSON representation
Krew index for kubectl plugins by AppsCode
- Host: GitHub
- URL: https://github.com/appscode/krew-index
- Owner: appscode
- License: apache-2.0
- Created: 2020-10-10T04:33:19.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-02-14T23:13:50.000Z (over 1 year ago)
- Last Synced: 2025-02-15T00:22:52.490Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 241 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# krew-index
[Krew](https://krew.sigs.k8s.io/) 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
```bash
kubectl krew index add appscode https://github.com/appscode/krew-index.git
kubectl krew update
```
### Install Stash cli
```bash
kubectl krew install appscode/stash
kubectl stash -h
```
### Install KubeDB cli
```bash
kubectl krew install appscode/dba
kubectl dba -h
```
### Install KubeVault cli
```bash
kubectl krew install appscode/vault
kubectl vault -h
```