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

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.