1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-21 07:20:09 +00:00

vault: deprecate and update README

Fixes #6805
This commit is contained in:
Marc Cornellà 2019-04-08 20:39:21 +02:00 committed by GitHub
parent 8c95c2b6cb
commit 482587ccc1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
![Create token](https://i.imgur.com/xMegNgh.png "Create token")
####Enable audit backends
![Audit backends](https://i.imgur.com/fKLeiSF.png "Audit backends")
To use it, add `vault` to the plugins array in your zshrc file:
```zsh
plugins=(... vault)
```
Crafted with <3 by Valentin Bud ([@valentinbud](https://twitter.com/valentinbud))