1.0.1 • Published 5 years ago

aws-credential-switch v1.0.1

Weekly downloads
3
License
ISC
Repository
github
Last release
5 years ago

AWS CLI PROFILE SWITCHER

Switch AWS profile credential to default and run your aws cli commnadsin different accounts.

Instalation

npm install -g aws-credential-switch

Run

> aps

Current Default Profile : profile2

Available Profiles:
-------------------
  profile1 (AAAAAAAAAAAAAAA)
* profile2 (BBBBBBBBBBBBBBB)
  profile3 (CCCCCCCCCCCCCCC)

> aps profile3

Current Default Profile : profile2

Available Profiles:
-------------------
  profile1 (AAAAAAAAAAAAAAA)
* profile2 (BBBBBBBBBBBBBBB)
  profile3 (CCCCCCCCCCCCCCC)

Default Profile Switched to : profile3