Installation
Prerequisites
For AWS
MultiTool requires specific IAM permissions. Please ensure the IAM user or role associated with your AWS credentials has the minimum IAM policy attached.
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
Installing the MultiTool CLI
With curl
cURL
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/wack/multitool/releases/download/v0.3.0/multitool-installer.sh | sh
With Homebrew
bash
brew install wack/tap/multi
Manual
Download a binary from the releases page.