ohmyzsh/plugins/kops
Marc Cornellà 3752700a5a
add description and author
2018-10-28 13:21:58 +01:00
..
README.md add description and author 2018-10-28 13:21:58 +01:00
kops.plugin.zsh feature(plugins): adds kops (kubernetes operations) plugin (#6107) 2017-11-07 08:03:14 -08:00

README.md

kops

This plugin provides completion for 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