https://github.com/mich0232/aws-credentials-manager
AWS credentials file manager
https://github.com/mich0232/aws-credentials-manager
Last synced: 9 months ago
JSON representation
AWS credentials file manager
- Host: GitHub
- URL: https://github.com/mich0232/aws-credentials-manager
- Owner: Mich0232
- License: mit
- Created: 2022-09-17T17:44:13.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-11T13:26:07.000Z (over 3 years ago)
- Last Synced: 2025-03-03T07:46:20.583Z (over 1 year ago)
- Language: Python
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## AWS Credentials manager
### Installing
Add the project executable to PATH or create an alias
```shell
alias acm='sh //aws-credentials-manager/apm.sh'
```
Verify the installation
```shell
acm --help
```
Message `Initializing workdir` should be presented.
Add credentials file
```shell
acm add /path/to/credentails/file
```
List available aliases
```shell
acm list
```
Switch credentials file
```shell
acm use
```