From 19b925e741fa46d2222210469a4dffc34a634ebd Mon Sep 17 00:00:00 2001 From: Janosch Schwalm Date: Tue, 7 Aug 2018 20:42:02 +0200 Subject: use https everywhere (#6574) * use https everywhere * use https links on the files that are left Also, removed some broken links and updated redirections. --- plugins/vault/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'plugins/vault') diff --git a/plugins/vault/README.md b/plugins/vault/README.md index 0f61c9410..5cdbb16f0 100644 --- a/plugins/vault/README.md +++ b/plugins/vault/README.md @@ -3,16 +3,16 @@ - Adds autocomplete options for all vault commands. ####Show help for all commands -![General Help](http://i.imgur.com/yv5Db1r.png "Help for all commands") +![General Help](https://i.imgur.com/yv5Db1r.png "Help for all commands") ####Create new Vault token -![Create token](http://i.imgur.com/xMegNgh.png "Create token") +![Create token](https://i.imgur.com/xMegNgh.png "Create token") ####Enable audit backends -![Audit backends](http://i.imgur.com/fKLeiSF.png "Audit backends") +![Audit backends](https://i.imgur.com/fKLeiSF.png "Audit backends") -Crafted with <3 by Valentin Bud ([@valentinbud](https://twitter.com/valentinbud)) \ No newline at end of file +Crafted with <3 by Valentin Bud ([@valentinbud](https://twitter.com/valentinbud)) -- cgit v1.2.3-70-g09d2 From 482587ccc16da0a399f3f91ef4d29def8d22a441 Mon Sep 17 00:00:00 2001 From: Marc Cornellà Date: Mon, 8 Apr 2019 20:39:21 +0200 Subject: vault: deprecate and update README Fixes #6805 --- plugins/vault/README.md | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) (limited to 'plugins/vault') diff --git a/plugins/vault/README.md b/plugins/vault/README.md index 5cdbb16f0..69051d2b2 100644 --- a/plugins/vault/README.md +++ b/plugins/vault/README.md @@ -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)) -- cgit v1.2.3-70-g09d2