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

yawsso -e only exports Linux form of environment variables #57

Closed eschulma closed 1 year ago

eschulma commented 2 years ago

In most cases yawsso works extremely well for both Linux and Windows. There is one exception: the command yawsso -e prefaces each variable with "export " while Windows uses "set ". It would be great to have an option for Windows development as well. Maybe -ew as the option?

Thank you for writing such a great tool.

victorskl commented 2 years ago

Sound fair. I will add support for this over the weekend! Thanks for feedback. :)

victorskl commented 1 year ago

It comes with since 1.0.0rc2. User test avail with pip install -U yawsso==1.0.0rc2