jaxxstorm / aws-sso-creds

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

Add command flag to "get" for JSON output #50

Closed kenXengineering closed 7 months ago

kenXengineering commented 7 months ago

Added a --json/-j flag to the get command to print the output in JSON. I wanted the JSON output to use the response in additional tools. I may work on a caching method later that will cache the AWS SSO credentials and refresh them when needed.

jaxxstorm commented 7 months ago

Love it, thanks for the PR!