/leapp-profile-selector

Utility to help selecting a Leapp profile

Primary LanguageTypeScript

Leapp profile selector

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.

Install

  1. Clone the repo to a sensible place (eg ~/.leapp-profile-selector)
  2. Add the following alias to your .aws/cli/alias:
select-profile =
  !f() {
    Deno run -A ~/.leapp-profile-selector/main.ts
  }; f

Usage

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.