1.0.1 • Published 2 years ago

aws-user v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

aws-user

Description

This is a simple command utility to mange and switch between multiple AWS users.

Use aws-user help to get all available commands.

Can be helpful if you have more than one user with diffrent permissions, or users in multiple organizations.

The storage is done localy in the same place where aws credentials are stored, you need to have AWS CLI installed as it assumes the credentials folder exists.

Note:

Install

yarn global add aws-user

Usage

Get commands:

aws-user help

Add User:

aws-user add <user>:<access-key>:<secret-key>

Example:

aws-user add john22:ASIARNQFX7RWNRAAI2VVO:TTgFyl0p/2kxXa/uJ9i9sabBn22b2sewLXjaXPPY

Notes

It has commands to switch between users, add users, remove users, wipe local storage, list all users, and loggout from AWS.

Visual Demo

Example of using aws-user comand util aws-user Demo

Contributing

Issues and pull requests are welcome.

License

MIT