Installation
Prerequisites
MultiTool requires access to your AWS account in order to manage applications on your behalf.
To authenticate, set the following environment variables in your terminal session:
bash
export AWS_ACCESS_KEY_ID=your-access-key-id
export AWS_SECRET_ACCESS_KEY=your-secret-access-key
Alternatively, you can configure credentials using the AWS CLI:
bash
aws configure
MultiTool needs specific IAM permissions to operate safely and effectively. Please ensure the IAM user or role associated with your AWS credentials has the minimum IAM policy attached.
Installing the MultiTool CLI
With curl
cURL
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/wack/multitool/releases/download/v0.2.0/multitool-installer.sh | sh
With Homebrew
bash
brew install wack/tap/multi
Manual
Download a binary from the releases page.