A script to switch between your AWS profiles.
git clone git@github.com:AlexNaga/awsp.git
npm i
After install, change the example values in the file .env
If using Microsoft SSO, the SECRET_MFA_KEY is generated from https://mysignins.microsoft.com/security-info
By linking it globally, it's possible to run command awsp
in the terminal.
npm link
If you get an error zsh: permission denied: awsp
, run the following command:
chmod +x ./dist/main.js
npm unlink