kops: add README (#7358)

master
Marc Cornellà 7 years ago committed by GitHub
commit 5ca3efa17f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 12
      plugins/kops/README.md
  2. 6
      plugins/kops/kops.plugin.zsh

@ -0,0 +1,12 @@
# kops
This plugin provides completion for [kops](https://github.com/kubernetes/kops) (Kubernetes Operations),
the command line interface to get a production grade Kubernetes cluster up and running.
To use it, add `kops` to the plugins array in your zshrc file.
```
plugins=(... kops)
```
**Author:** [@nmrony](https://github.com/nmrony)

@ -1,9 +1,3 @@
# Autocompletion for kops (Kubernetes Operations),
# the command line interface to get a production grade
# Kubernetes cluster up and running
# Author: https://github.com/nmrony
if [ $commands[kops] ]; then
source <(kops completion zsh)
fi

Loading…
Cancel
Save