conf2/zsh/.oh-my-zsh/plugins/vault/README.md

16 lines
432 B
Markdown
Raw Normal View History

2019-10-24 19:09:05 +00:00
# Vault plugin
2019-01-12 15:47:23 +00:00
2019-10-24 19:09:05 +00:00
Note: this plugin is deprecated. Use the [official autocompletion](https://www.vaultproject.io/docs/commands/index.html#autocompletion) instead.
2019-01-12 15:47:23 +00:00
2019-10-24 19:09:05 +00:00
-------
2019-01-12 15:47:23 +00:00
2019-10-24 19:09:05 +00:00
Adds autocomplete options for all [vault](https://www.vaultproject.io) commands.
2019-01-12 15:47:23 +00:00
2019-10-24 19:09:05 +00:00
To use it, add `vault` to the plugins array in your zshrc file:
2019-01-12 15:47:23 +00:00
2019-10-24 19:09:05 +00:00
```zsh
plugins=(... vault)
```
2019-01-12 15:47:23 +00:00
Crafted with <3 by Valentin Bud ([@valentinbud](https://twitter.com/valentinbud))