Skip to content
This repository has been archived by the owner on Feb 19, 2022. It is now read-only.

FormidableLabs/asdf-aws-vault

Repository files navigation

asdf-aws-vault Build Lint

aws-vault plugin for the asdf version manager.

Contents

Dependencies

  • bash, curl: generic POSIX utilities.

Install

Plugin:

asdf plugin add aws-vault
# or
asdf plugin add aws-vault https://github.com/FormidableLabs/asdf-aws-vault.git

aws-vault:

# Show all installable versions
asdf list-all aws-vault

# Install specific version
asdf install aws-vault latest

# Set a version globally (on your ~/.tool-versions file)
asdf global aws-vault latest

# Now aws-vault commands are available
aws-vault --version

Check asdf readme for more instructions on how to install & manage versions.

Contributing

Contributions of any kind welcome! See the contributing guide.

Thanks goes to these contributors!

License

See LICENSE © Tyler Thompson

Maintenance Status

Archived: This project is no longer maintained by Formidable. We are no longer responding to issues or pull requests unless they relate to security concerns. We encourage interested developers to fork this project and make it their own!