victorskl / yawsso

Yet Another AWS SSO - sync up AWS CLI v2 SSO login session to legacy CLI v1 credentials
MIT License
302 stars 26 forks source link

Not able to sync all profiles #7

Closed PrajIT3007 closed 4 years ago

PrajIT3007 commented 4 years ago

Hi,

I am currently trying yawsso. I have multiple profiles setup in my config file. As describe in the doc: running yawsso should sync all profiles in my credentials file, but I have only the default profile which is synced.

When specifying the profile via the option -p it is working.

victorskl commented 4 years ago

Thanks for reporting. Multi profiles support come with release 0.3.0 in this https://github.com/victorskl/yawsso/pull/8

victorskl commented 4 years ago

Release 0.3.0 is available in PyPI now. If you have previous installation, please upgrade it as pip install -U yawsso. Please refer updated README for how to.