sramam / aws-profile-picker

A simple interactive profile picker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

aws-profile-picker

npm license travis status Build status David David
NPM

A simple interactive profile picker

Installation

npm install aws-profile-picker

or

yarn add aws-profile-picker

Usage

const awsProfile = require('aws-profile-picker');
awsProfile.select();

Select

Select from a set of valid profiles

asciicast

Cancel

It's possible to cancel an attempt to select. aws-profile-picker is designed for interactive CLI commands. Cancellig will cause the process to exit

asciicast

No profiles configured

When no profiles are configured, the process will also exit.

asciicast

About

A simple interactive profile picker

License:Apache License 2.0


Languages

Language:JavaScript 61.2%Language:TypeScript 38.8%