Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Ohmyzsh
Commits
482587cc
Unverified
Commit
482587cc
authored
Apr 08, 2019
by
Marc Cornellà
Committed by
GitHub
Apr 08, 2019
Browse files
vault: deprecate and update README
Fixes #6805
parent
8c95c2b6
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/vault/README.md
View file @
482587cc
#
# 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
)
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment