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/99designs/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: 2020-05-13 11:10 (UTC)

Dependencies (4)

Required by (1)

Sources (1)

Latest Comments

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.