Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 434 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 434 Bytes

AWS MFA Credentials Updater

A convinient way to update AWS credentials for an AWS profile with MFA enforced.

Installation

Using pip

pip install aws-credentialer

Usage Example

Run the following command in your favorite terminal:

python -m aws_credentialer nnnnnn

Help is available with the -h parameter.

Release History

  • 0.1.2
    • Updated packages.
  • 0.1.0
    • The first proper release.