aws-credentials-manager

1.1.3 • Public • Published

aws-credentials-manager

Manages credentials profiles for the AWS CLI.

oclif Version Downloads/week License

Why?

The AWS cli tool does allow you to select between profiles all configured in the same credentials file by passing an optional parameter to most commands. However, this does not really take into account legacy commands (that are still in use in some places), custom scripts using boto, and makes scripting more cumbersome and error prone.

With this, you can simply switch your profile at the start of your work and switch back at the end without remembering many profile names.

Usage

$ acm [COMMAND]

Commands

add      add a new profile
help     display help for acm
list     list all available profiles
migrate  migrate the current profile to the ACM structure
use      sets your current profile

Package Sidebar

Install

npm i aws-credentials-manager

Weekly Downloads

0

Version

1.1.3

License

MIT

Unpacked Size

9.32 kB

Total Files

15

Last publish

Collaborators

  • markrawls