-
Notifications
You must be signed in to change notification settings - Fork 432
Installation
Efe Karakus edited this page Jun 25, 2020
·
12 revisions
Installing the AWS Copilot CLI currently requires you to download our binary from the GitHub releases page manually. In the future, we'll distribute the binary through homebrew and other binaries as well.
In the meantime, to install, 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 |