trek10inc / awsume

A utility for easily assuming AWS IAM roles from the command line.
https://awsu.me
MIT License
494 stars 90 forks source link

Allow to pass mfa token as CLI arg #48

Closed robinro closed 5 years ago

robinro commented 5 years ago

This allows to pass the mfa token as a CLI argument. If no token is given, it is requested interactively as before.

Fixes #37

mbarneyjr commented 5 years ago

Reviewed and merged

Thanks a ton for the MR!