We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73ff5f8 commit e3c66deCopy full SHA for e3c66de
.goreleaser.yml
@@ -45,8 +45,13 @@ brews:
45
directory: Formula
46
description: Automatically use HashiCorp Vault SSH Client Key Signing with ssh(1)
47
homepage: https://just.breathe.io/project/vault-ssh-plus/
48
+ caveats: |
49
+ vssh requires the vault binary to be in your PATH.
50
+ You can install it with:
51
+ brew install hashicorp/tap/vault
52
dependencies:
- - name: vault
53
+ - name: hashicorp/tap/vault
54
+ type: optional
55
test: |
56
system "#{bin}/vssh --version"
57
install: |
0 commit comments