mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-06 15:30:40 +01:00
@@ -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))
|
||||||
|
|||||||
Reference in New Issue
Block a user