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

Save temp.txt and null files into local .aws folder #43

Closed Gooygeek closed 5 years ago

Gooygeek commented 5 years ago

This prevents polluting the user directories or require adding to a .gitignore.

Saving the temp.txt and null files into the current working directory can only be justified if the assumed profile can change depending on the directory.

Also the files are neither temporary nor particularly descriptive, hence the 'awsume-' prefix was added.`

tehmaspc commented 5 years ago

I've got juniors on my team checking in these files. This would be a welcome add! Thanks!

mbarneyjr commented 5 years ago

Thanks for the PR! This will be released shortly