trek10inc / awsume

A utility for easily assuming AWS IAM roles from the command line.
https://awsu.me
MIT License
497 stars 90 forks source link

Replace old AWSume for Bash with new AWSume for Bash #6

Closed mbarneyjr closed 7 years ago

mbarneyjr commented 7 years ago

AWSume for Bash

I recreated the AWSume script for Bash, starting from scratch, but referencing the old AWSume script for Bash. It now works more like the AWSume PowerShell script, but Linux friendly.

This script is more modular, emulating the PowerShell script.

There are three command-line options this script accepts: -s, -r, and -d:

It is used in a similar fashion to the PowerShell script, too. To use this script, awsume [ profile_name ] [ flags ]

mbarneyjr commented 7 years ago

AWSume for Bash