Skip to content

Instantly share code, notes, and snippets.

@jadeiss
Last active March 9, 2023 05:17
Show Gist options
  • Save jadeiss/48cb077d042959b35ad03a4af0df9b51 to your computer and use it in GitHub Desktop.
Save jadeiss/48cb077d042959b35ad03a4af0df9b51 to your computer and use it in GitHub Desktop.
Export AWS credentials for AWS SSO CLI session using AWS CLI in one-line
eval "$(aws configure export-credentials --profile $AWS_PROFILE --format env)"
@jadeiss
Copy link
Author

jadeiss commented Mar 9, 2023

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment