mirror of
https://github.com/hashicorp/vault.git
synced 2025-11-28 14:11:10 +01:00
website: Include fish as a supported shell (#3895)
This commit is contained in:
parent
f2dfba9655
commit
feb47cbf7f
@ -72,7 +72,7 @@ Otherwise, Vault is installed and ready to go!
|
|||||||
|
|
||||||
Vault also includes command-line completion for subcommands, flags, and path
|
Vault also includes command-line completion for subcommands, flags, and path
|
||||||
arguments where supported. To install command-line completion, you must be using
|
arguments where supported. To install command-line completion, you must be using
|
||||||
Bash or ZSH. Unfortunately other shells are not supported at this time.
|
Bash, ZSH or Fish. Unfortunately other shells are not supported at this time.
|
||||||
|
|
||||||
To install completions, run:
|
To install completions, run:
|
||||||
|
|
||||||
@ -80,9 +80,9 @@ To install completions, run:
|
|||||||
$ vault -autocomplete-install
|
$ vault -autocomplete-install
|
||||||
```
|
```
|
||||||
|
|
||||||
This will install the helpers in your `~/.bashrc` or `~/.zshrc` automatically.
|
This will automatically install the helpers in your `~/.bashrc` or `~/.zshrc`, or to
|
||||||
Then restart your terminal or reload your shell:
|
`~/.config/fish/completions/vault.fish` for Fish users. Then restart your terminal
|
||||||
|
or reload your shell:
|
||||||
```sh
|
```sh
|
||||||
$ exec $SHELL
|
$ exec $SHELL
|
||||||
```
|
```
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user