https://github.com/cdimascio/aws-credentials-manager
Utility for managing multiple AWS credentials files.
https://github.com/cdimascio/aws-credentials-manager
Last synced: about 1 year ago
JSON representation
Utility for managing multiple AWS credentials files.
- Host: GitHub
- URL: https://github.com/cdimascio/aws-credentials-manager
- Owner: cdimascio
- Created: 2020-11-21T01:49:18.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-11-23T02:14:10.000Z (over 5 years ago)
- Last Synced: 2025-02-04T01:11:09.368Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# aws-credentials-manager
Utility for managing multiple AWS credentials files.
Need more than one `~/.aws/credentials` file. If so, you're at the right place.
```shell
➜ ./awscm
Credentials Manager for AWS (v1.0.0)
Usage
ls list settings
current show the current settings
use switch to
create create/edit
rm remove the
edit create/edit
help show this message
```
## FAQ
**Q**: I use tools that automatically modify `~/.aws/credentials`. How can I keep them from modifying settings?
**A**: Navigate to `~/.aws_creds_man` and set the setting files you do not want modified to readonly i.e. `chmod 400 ~/.aws_creds_man/my_settings`
## License
MIT