AWS SSO Profiles CLI
Built with Bubble Tea v2, Lip Gloss v2, and Bubbles v2 from the Charm ecosystem.
- Go 1.24.2 or later
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)