diff options
author | L.C. Karssen <lennart@karssen.org> | 2016-03-07 22:09:02 +0100 |
---|---|---|
committer | L.C. Karssen <lennart@karssen.org> | 2016-03-07 22:09:02 +0100 |
commit | cfac963772718723589bf7293be0a53f79511b24 (patch) | |
tree | 1c0f680591d81ecfaff8932d07f8131f4a6fd45c /plugins/vault/README.md | |
parent | 0a47451a462284d20c633a7d6b3431a71bf65759 (diff) | |
parent | bd6dbd1d9b1fc8a523aaf588492eb3ed4113b49d (diff) | |
download | zsh-cfac963772718723589bf7293be0a53f79511b24.tar.gz zsh-cfac963772718723589bf7293be0a53f79511b24.tar.bz2 zsh-cfac963772718723589bf7293be0a53f79511b24.zip |
Merge branch 'master' of git://github.com/robbyrussell/oh-my-zsh
Diffstat (limited to 'plugins/vault/README.md')
-rw-r--r-- | plugins/vault/README.md | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/plugins/vault/README.md b/plugins/vault/README.md new file mode 100644 index 000000000..0f61c9410 --- /dev/null +++ b/plugins/vault/README.md @@ -0,0 +1,18 @@ +## Vault (https://www.vaultproject.io) autocomplete plugin + +- Adds autocomplete options for all vault commands. + +####Show help for all commands +![General Help](http://i.imgur.com/yv5Db1r.png "Help for all commands") + + +####Create new Vault token +![Create token](http://i.imgur.com/xMegNgh.png "Create token") + + +####Enable audit backends +![Audit backends](http://i.imgur.com/fKLeiSF.png "Audit backends") + + + +Crafted with <3 by Valentin Bud ([@valentinbud](https://twitter.com/valentinbud))
\ No newline at end of file |