1.0.6 • Published 7 years ago

aws-profile-picker v1.0.6

Weekly downloads
3
License
Apache-2.0
Repository
github
Last release
7 years ago

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