AWS SSO Profiles CLI
Have go installed, then run
go install github.com/buzzsurfr/wasp@latest
You need to have a SSO session in your AWS config file. If you don't have one, you can create one using the following command:
aws configure sso-session
Then run this command to get the starter interface:
wasp init
You can switch profiles (with the context around SSO sessions) by running
eval $(wasp switch)