trek10inc / awsume

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

[Feature request] Show current/active profile #235

Closed calebplum closed 7 months ago

calebplum commented 9 months ago

When I'm working in multiple AWS accounts concurrently I sometimes forget which profile I've assumed in a given terminal session. Usually I'll run something like aws s3 ls and try to use the output to figure out which account I'm in, but it'd be useful if awsume had a built-in feature to indicate the active profile.

This could either be implemented as a separate command-line flag where the name of the current profile is printed, or it could be included in the output of the existing -l/--list-profiles flag, where the currently-assumed profile is marked with a symbol next to it.

mtskillman commented 7 months ago

addressed by PR 243