Skip to content

Installation

Austin Ely edited this page Aug 13, 2020 · 12 revisions

You can install AWS Copilot through Homebrew or by downloading the binaries directly.

Homebrew 🍻

brew install aws/tap/copilot-cli

Manually

Copy and paste the command into your terminal.

Platform Command to install
macOS curl -Lo /usr/local/bin/copilot https://github.com/aws/copilot-cli/releases/download/v0.3.0/copilot-darwin-v0.3.0 && chmod +x /usr/local/bin/copilot && copilot --help
Linux curl -Lo /usr/local/bin/copilot https://github.com/aws/copilot-cli/releases/download/v0.3.0/copilot-linux-v0.3.0 && chmod +x /usr/local/bin/copilot && copilot --help
Clone this wiki locally