Skip to content

Installation

Efe Karakus edited this page Sep 21, 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.4.0/copilot-darwin-v0.4.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.4.0/copilot-linux-v0.4.0 && chmod +x /usr/local/bin/copilot && copilot --help
Clone this wiki locally