aws-profile-picker
v1.0.6
Published
interactive AWS profile picker
Downloads
4
Readme
aws-profile-picker
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
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
No profiles configured
When no profiles are configured, the process will also exit.