Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/go/rancher-zsh-completion

zsh completion for Rancher CLI
https://github.com/go/rancher-zsh-completion

Last synced: 2 months ago
JSON representation

zsh completion for Rancher CLI

Lists

README

        

# 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
or
# fpath=($fpath $PWD)
```

## Sample