Skip to content

Installation

David Killmon edited this page Jul 8, 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.1.0/copilot-darwin-v0.1.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.1.0/copilot-linux-v0.1.0 && chmod +x /usr/local/bin/copilot && copilot --help
Clone this wiki locally