-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
* chore(deps): update dependencies. * chore(api): regenerate api. * chore(legal): update notice. * doc(cli): regenerate doc. * chore(go): update to 1.16.7
- Loading branch information
There are no files selected for viewing
Large diffs are not rendered by default.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
## harp completion | ||
|
||
generate the autocompletion script for the specified shell | ||
|
||
### Synopsis | ||
|
||
|
||
Generate the autocompletion script for harp for the specified shell. | ||
See each sub-command's help for details on how to use the generated script. | ||
|
||
|
||
### Options | ||
|
||
``` | ||
-h, --help help for completion | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [harp](harp.md) - Extensible secret management tool | ||
* [harp completion bash](harp_completion_bash.md) - generate the autocompletion script for bash | ||
* [harp completion fish](harp_completion_fish.md) - generate the autocompletion script for fish | ||
* [harp completion powershell](harp_completion_powershell.md) - generate the autocompletion script for powershell | ||
* [harp completion zsh](harp_completion_zsh.md) - generate the autocompletion script for zsh | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
## harp completion bash | ||
|
||
generate the autocompletion script for bash | ||
|
||
### Synopsis | ||
|
||
|
||
Generate the autocompletion script for the bash shell. | ||
|
||
This script depends on the 'bash-completion' package. | ||
If it is not installed already, you can install it via your OS's package manager. | ||
|
||
To load completions in your current shell session: | ||
$ source <(harp completion bash) | ||
|
||
To load completions for every new session, execute once: | ||
Linux: | ||
$ harp completion bash > /etc/bash_completion.d/harp | ||
MacOS: | ||
$ harp completion bash > /usr/local/etc/bash_completion.d/harp | ||
|
||
You will need to start a new shell for this setup to take effect. | ||
|
||
|
||
``` | ||
harp completion bash | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
-h, --help help for bash | ||
--no-descriptions disable completion descriptions | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [harp completion](harp_completion.md) - generate the autocompletion script for the specified shell | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
## harp completion fish | ||
|
||
generate the autocompletion script for fish | ||
|
||
### Synopsis | ||
|
||
|
||
Generate the autocompletion script for the fish shell. | ||
|
||
To load completions in your current shell session: | ||
$ harp completion fish | source | ||
|
||
To load completions for every new session, execute once: | ||
$ harp completion fish > ~/.config/fish/completions/harp.fish | ||
|
||
You will need to start a new shell for this setup to take effect. | ||
|
||
|
||
``` | ||
harp completion fish [flags] | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
-h, --help help for fish | ||
--no-descriptions disable completion descriptions | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [harp completion](harp_completion.md) - generate the autocompletion script for the specified shell | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
## harp completion powershell | ||
|
||
generate the autocompletion script for powershell | ||
|
||
### Synopsis | ||
|
||
|
||
Generate the autocompletion script for powershell. | ||
|
||
To load completions in your current shell session: | ||
PS C:\> harp completion powershell | Out-String | Invoke-Expression | ||
|
||
To load completions for every new session, add the output of the above command | ||
to your powershell profile. | ||
|
||
|
||
``` | ||
harp completion powershell [flags] | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
-h, --help help for powershell | ||
--no-descriptions disable completion descriptions | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [harp completion](harp_completion.md) - generate the autocompletion script for the specified shell | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
## harp completion zsh | ||
|
||
generate the autocompletion script for zsh | ||
|
||
### Synopsis | ||
|
||
|
||
Generate the autocompletion script for the zsh shell. | ||
|
||
If shell completion is not already enabled in your environment you will need | ||
to enable it. You can execute the following once: | ||
|
||
$ echo "autoload -U compinit; compinit" >> ~/.zshrc | ||
|
||
To load completions for every new session, execute once: | ||
# Linux: | ||
$ harp completion zsh > "${fpath[1]}/_harp" | ||
# macOS: | ||
$ harp completion zsh > /usr/local/share/zsh/site-functions/_harp | ||
|
||
You will need to start a new shell for this setup to take effect. | ||
|
||
|
||
``` | ||
harp completion zsh [flags] | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
-h, --help help for zsh | ||
--no-descriptions disable completion descriptions | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [harp completion](harp_completion.md) - generate the autocompletion script for the specified shell | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
## harp keygen aes-siv | ||
|
||
Generate and print an AES-SIV key | ||
|
||
``` | ||
harp keygen aes-siv [flags] | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
-h, --help help for aes-siv | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [harp keygen](harp_keygen.md) - Key generation commands | ||
|