PremiereGlobal / stim

Speeding up development with glue that brings tools together
MIT License
15 stars 7 forks source link

Adding profile options for aws login #17

Closed bartlettc22 closed 5 years ago

bartlettc22 commented 5 years ago

Fixes #16

Adds two new parameters to the stim aws login command: -p tells stim to use profiles which will save credentials as a new aws profile in ~/.aws/credentials. The profile name will be / to allow the profile to be reused in the future. -d tells stim to also set the aws default profile to the newly created creds

In addition I've also moved some of the aws web login stuff to the aws package as it was generic

bartlettc22 commented 5 years ago

Need to add notes to changelog/readme