# velero-zsh-autocomplete-plugin Provides [Velero](https://velero.io/) CLI autocompletion for ZSH To use it add `velero` to the plugins array of your zshrc file: ```bash plugins=( ... velero ... ) ``` ## Contributors + [s1msn](https://github.com/s1msn) - Plugin Author + Based on [kevinkirkup](https://github.com/kevinkirkup)'s oc autocomplete plugin.