jaxxstorm / aws-sso-creds

Get AWS SSO temporary creds from an SSO profile
MIT License
186 stars 24 forks source link

export-ps - a PowerShell variation of export #60

Closed RustyF closed 5 months ago

RustyF commented 5 months ago

This is just a PowerShell version of the export command that creates PowerShell environment variable definitions that you can then feed into Invoke-Expression to yield the same effect at the shell version.

RustyF commented 5 months ago

I went for a super-simple implementation given this is such a small but useful enhancement for PowerShell users. It's a pure extension without touching/refactoring any existing code (besides inserting the command) so that it's a no-brainer to accept.

jaxxstorm commented 5 months ago

Thank you for the contribution!