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

awsume -l (account listing) improvements #18

Closed shortjared closed 6 years ago

shortjared commented 6 years ago

awsume -l goes to stderr, which is a little annoying when I want to grep. It forces the command to be awsume -l 2>&1 | grep acct-name.

Also, any chance we could get account numbers added to the listing?

mbarneyjr commented 6 years ago

Improvements included in the release 2.1.3, thanks!

shortjared commented 6 years ago

Thank YOU.

6431429b-da30-4b7d-ae11-c2c032f55b97