Skip to content

Instantly share code, notes, and snippets.

@alexbepple
Last active January 13, 2024 21:04
Show Gist options
  • Save alexbepple/ae7de660a3a4925dcf3b504832520b90 to your computer and use it in GitHub Desktop.
Save alexbepple/ae7de660a3a4925dcf3b504832520b90 to your computer and use it in GitHub Desktop.
name = "aws-vault"
type = "cli"
[resolve]
git-url = "https://github.com/99designs/aws-vault"
[install]
download-url = "https://github.com/99designs/aws-vault/releases/download/v{version}/{download_file}"
unpack = false
[platform.macos]
download-file = "aws-vault-darwin-{arch}.dmg"
[install.arch]
aarch64 = "arm64"
x86_64 = "amd64"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment