theurichde / go-aws-sso

Makes dealing with AWS SSO Logins an ease
MIT License
111 stars 15 forks source link

Prevent overwriting existing ~/.aws/credentials #95

Closed fishgrimsby closed 1 year ago

fishgrimsby commented 1 year ago

This change ensures that any existing profiles are not lost from ~/.aws/credentials when using the utility as it will no longer be overwritten. When a profile is specified with --profile name only that specified section is overwritten.

See #14

fishgrimsby commented 1 year ago

@theurichde My pleasure. That's fantastic, thanks! Keep up the great work with the project 👍