aws-credentials-manager
v1.1.3
Published
Manages credentials profiles for the AWS CLI
Downloads
3
Maintainers
Readme
aws-credentials-manager
Manages credentials profiles for the AWS CLI.
Why?
The AWS cli tool does allow you to select between profiles all configured in the same credentials file by passing an optional parameter to most commands. However, this does not really take into account legacy commands (that are still in use in some places), custom scripts using boto, and makes scripting more cumbersome and error prone.
With this, you can simply switch your profile at the start of your work and switch back at the end without remembering many profile names.
Usage
$ acm [COMMAND]
Commands
add add a new profile
help display help for acm
list list all available profiles
migrate migrate the current profile to the ACM structure
use sets your current profile