parent
8c95c2b6cb
commit
482587ccc1
1 changed files with 8 additions and 11 deletions
@ -1,18 +1,15 @@ |
|||||||
## Vault (https://www.vaultproject.io) autocomplete plugin |
# Vault plugin |
||||||
|
|
||||||
- Adds autocomplete options for all vault commands. |
Note: this plugin is deprecated. Use the [official autocompletion](https://www.vaultproject.io/docs/commands/index.html#autocompletion) instead. |
||||||
|
|
||||||
####Show help for all commands |
------- |
||||||
 |
|
||||||
|
|
||||||
|
Adds autocomplete options for all [vault](https://www.vaultproject.io) commands. |
||||||
|
|
||||||
####Create new Vault token |
To use it, add `vault` to the plugins array in your zshrc file: |
||||||
 |
|
||||||
|
|
||||||
|
|
||||||
####Enable audit backends |
|
||||||
 |
|
||||||
|
|
||||||
|
|
||||||
|
```zsh |
||||||
|
plugins=(... vault) |
||||||
|
``` |
||||||
|
|
||||||
Crafted with <3 by Valentin Bud ([@valentinbud](https://twitter.com/valentinbud)) |
Crafted with <3 by Valentin Bud ([@valentinbud](https://twitter.com/valentinbud)) |
||||||
|
|||||||
Loading…
Reference in new issue