zhibirc / awsam

Manage AWS profiles from CLI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

awsam

Manage AWS profiles from CLI with AWS Account Manager

Maintenance Platform Platform

Setup

# if it's not there
echo "source $HOME/bin/.env" >> "$HOME/.zshrc"
git clone git@github.com:zhibirc/awsam.git
cp ./awsam/main.sh "$HOME/bin/awsam"
rm -rf ./awsam
# invoke it as follows every time you need
awsam

Important: $HOME/bin should be in your $PATH for this.

About

Manage AWS profiles from CLI

License:GNU General Public License v3.0


Languages

Language:Shell 100.0%