Deno script to select an active Leapp Profile.
WARNING this was developed on a MacOS, so no guaranty are offered to run on a different OS.
- Clone the repo to a sensible place (eg
~/.leapp-profile-selector
) - Add the following alias to your
.aws/cli/alias
:
select-profile =
!f() {
Deno run -A ~/.leapp-profile-selector/main.ts
}; f
aws select-profile
Usage: leapp-profile-selector
Version: 0.0.1
Options:
-h, --help - Show this help.
-V, --version - Show the version number for this program.