Package Details: aws-vault-git 6.0.0.beta4.r10.g411919b-1

Git Clone URL: https://aur.archlinux.org/aws-vault-git.git (read-only, click to copy)
Package Base: aws-vault-git
Description: A vault for securely storing and accessing AWS credentials in development environments
Upstream URL: https://github.com/ByteNess/aws-vault
Licenses: MIT
Conflicts: aws-vault
Provides: aws-vault
Submitter: whi-tw
Maintainer: whi-tw
Last Packager: whi-tw
Votes: 1
Popularity: 0.000000
First Submitted: 2020-02-15 21:29 (UTC)
Last Updated: 2026-03-23 16:06 (UTC)

Dependencies (4)

Required by (1)

Sources (1)

Latest Comments

whi-tw commented on 2026-03-23 16:07 (UTC) (edited on 2026-03-23 16:08 (UTC) by whi-tw)

@maxime.borges done, switched to the ByteNess fork which is linked from the warning on the 99designs repo.

This is what the homebrew maintainers have done, also.

maxime.borges commented on 2026-03-23 15:59 (UTC)

https://github.com/99designs/aws-vault is not maintained anymore. Could you switch it to the fork from ByteNess[1] (which seems to be the most active one)?

[1] https://github.com/ByteNess/aws-vault

jcf commented on 2020-05-13 12:33 (UTC)

@whi-tw totally understand. Thank you!

whi-tw commented on 2020-05-13 11:11 (UTC)

@jcf thanks for that - sorry I was slow to update - COVID has made life busy.

Should all be sorted now.

jcf commented on 2020-05-07 12:55 (UTC)

Completions have moved in the 6.0.0 betas:

msg2 'completion files'
pushd "${srcdir}/${pkgname}" >/dev/null
{
    install -Dm644 "contrib/completions/bash/aws-vault.bash" "${pkgdir}/usr/share/bash-completion/completions/aws-vault"
    install -Dm644 "contrib/completions/zsh/aws-vault.zsh" "${pkgdir}/usr/share/zsh/site-functions/_aws-vault"
}
popd >/dev/null

The 6.0.0 release includes support for Yubikeys and more.