diff options
| author | Marc Cornellà <marc@mcornella.com> | 2024-08-08 20:40:13 +0200 |
|---|---|---|
| committer | Marc Cornellà <marc@mcornella.com> | 2024-08-08 20:43:07 +0200 |
| commit | f91dd252838ceceaa54da95ff6d335e07d335e3f (patch) | |
| tree | 42e7142b1050d4d45715f700f4d6305a66c562e6 /plugins/vault/README.md | |
| parent | 0ffcc3b68a1196e9164ff42fac8a5fdd4804abd0 (diff) | |
| download | zsh-f91dd252838ceceaa54da95ff6d335e07d335e3f.tar.gz zsh-f91dd252838ceceaa54da95ff6d335e07d335e3f.tar.bz2 zsh-f91dd252838ceceaa54da95ff6d335e07d335e3f.zip | |
refactor(vault)!: remove deprecated `vault` plugin in favor of official completion
BREAKING CHANGE: the `vault` plugin added completion for the `vault` CLI. Since a while
back there is already official completion. This change removes the deprecated plugin.
Diffstat (limited to 'plugins/vault/README.md')
| -rw-r--r-- | plugins/vault/README.md | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/plugins/vault/README.md b/plugins/vault/README.md deleted file mode 100644 index 69051d2b2..000000000 --- a/plugins/vault/README.md +++ /dev/null @@ -1,15 +0,0 @@ -# Vault plugin - -Note: this plugin is deprecated. Use the [official autocompletion](https://www.vaultproject.io/docs/commands/index.html#autocompletion) instead. - -------- - -Adds autocomplete options for all [vault](https://www.vaultproject.io) commands. - -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)) |
