Skip to content

Installation

Efe Karakus edited this page May 7, 2020 · 12 revisions

Installing the ECS 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/ecs-preview https://github.com/aws/amazon-ecs-cli-v2/releases/download/v0.0.9/ecs-preview-darwin-v0.0.9 && chmod +x /usr/local/bin/ecs-preview && ecs-preview --help
Linux curl -Lo /usr/local/bin/ecs-preview https://github.com/aws/amazon-ecs-cli-v2/releases/download/v0.0.9/ecs-preview-linux-v0.0.9 && chmod +x /usr/local/bin/ecs-preview && ecs-preview --help
Clone this wiki locally