mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-22 05:40:08 +00:00
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
|
-------
|
||||||
![General Help](https://i.imgur.com/yv5Db1r.png "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:
|
||||||
![Create token](https://i.imgur.com/xMegNgh.png "Create token")
|
|
||||||
|
|
||||||
|
|
||||||
####Enable audit backends
|
|
||||||
![Audit backends](https://i.imgur.com/fKLeiSF.png "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 a new issue