]> src.twobees.de Git - dotfiles.git/blob - stow/oh-my-zsh/.oh-my-zsh/plugins/kops/README.md
...
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / plugins / kops / README.md
1 # kops
2
3 This plugin provides completion for [kops](https://github.com/kubernetes/kops) (Kubernetes Operations),
4 the command line interface to get a production grade Kubernetes cluster up and running.
5
6 To use it, add `kops` to the plugins array in your zshrc file.
7
8 ```
9 plugins=(... kops)
10 ```
11
12 **Author:** [@nmrony](https://github.com/nmrony)