aws-profile-picker
TypeScript icon, indicating that this package has built-in type declarations

1.0.6 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i aws-profile-picker

Weekly Downloads

0

Version

1.0.6

License

Apache-2.0

Last publish

Collaborators

  • sramam