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

MacOS Mojave Export commands not writing data #44

Closed tradosh closed 5 years ago

tradosh commented 5 years ago

when on latest MacOS when I run awsume -s I can see the list of export commands, however when I try echo $AWS_REGION (or any other they don't return any value, and aws s3 ls command isn't returning correct result. However when I copy and paste the export AWS (from the -s command) I get all working correctly.

tradosh commented 5 years ago

turned out the issue was missing alias awsume=". awsume" in .bash_profile would be interesting to see if we could write that during installation.