README.md 432 Bytes
Newer Older
1
# Vault plugin
“Valentin's avatar
“Valentin committed
2

3
Note: this plugin is deprecated. Use the [official autocompletion](https://www.vaultproject.io/docs/commands/index.html#autocompletion) instead.
“Valentin's avatar
“Valentin committed
4

5
-------
“Valentin's avatar
“Valentin committed
6

7
Adds autocomplete options for all [vault](https://www.vaultproject.io) commands.
“Valentin's avatar
“Valentin committed
8

9
To use it, add `vault` to the plugins array in your zshrc file:
“Valentin's avatar
“Valentin committed
10

11
12
13
```zsh
plugins=(... vault)
```
“Valentin's avatar
“Valentin committed
14

Janosch Schwalm's avatar
Janosch Schwalm committed
15
Crafted with <3 by Valentin Bud ([@valentinbud](https://twitter.com/valentinbud))