Skip to content

go/rancher-zsh-completion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 

Repository files navigation

rancher-zsh-completion

zsh completion for Rancher CLI

What's this?

This is Zsh completion file for Rancher CLI that support commands completion and resources completion.

How to Use

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)

Sample