zsh completion for Rancher CLI
This is Zsh completion file for Rancher CLI that support commands completion and resources completion.
1.Clone this repository
# git clone https://github.com/go/rancher-zsh-completion
2.Copy or Add fpath
# cd rancher-zsh-completion
# cp _rancher <YOUR_FPATH>
or
# fpath=($fpath $PWD)