Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/karancode/asdf-aws-vault
aws-vault plugin for asdf-vm
https://github.com/karancode/asdf-aws-vault
asdf-plugin aws-vault hacktoberfest
Last synced: 2 months ago
JSON representation
aws-vault plugin for asdf-vm
- Host: GitHub
- URL: https://github.com/karancode/asdf-aws-vault
- Owner: karancode
- License: mit
- Created: 2021-10-09T15:32:01.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-26T11:02:22.000Z (about 2 years ago)
- Last Synced: 2023-03-03T16:27:40.151Z (almost 2 years ago)
- Topics: asdf-plugin, aws-vault, hacktoberfest
- Language: Shell
- Homepage:
- Size: 7.48 MB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# asdf-aws-vault
![GitHub Actions Status](https://github.com/karancode/asdf-aws-vault/workflows/Main%20workflow/badge.svg?branch=main)
[aws-vault](https://github.com/99designs/aws-vault) plugin for [asdf](https://github.com/asdf-vm/asdf) version manager## Install
```
asdf plugin-add aws-vault https://github.com/karancode/asdf-aws-vault.git
asdf install aws-vault
```## Use
Check out the [asdf documentation](https://asdf-vm.com/guide/getting-started.html#_5-install-a-version) for instructions on how to install and manage versions of aws-vault.
## Crediits
- [asdf-kubectl](https://github.com/asdf-community/asdf-kubectl) plugin
- [asdf-plugin-template](https://github.com/asdf-vm/asdf-plugin-template)