ecs-cli
Summary
Section titled “Summary”Downloads the Amazon ECS CLI binary from the AWS S3 distribution URL for the current OS, copies it to $ZPFX/bin, and makes it available as the ecs-cli command.
Syntax / Usage
Section titled “Syntax / Usage”zi pack for ecs-clizi pack"bgn" for ecs-cliAvailable profiles: default, bgn.
Details
Section titled “Details”- Provides:
ecs-clibinary in$ZPFX/bin(default) or as ansbinshim (bgn). defaultprofile ices:is-snippet,as"null",nocompile,lucid,mv"*ecs-cli* -> ecs-cli",atclone"chmod +x ecs-cli; cp -vf ecs-cli $ZPFX/bin",atpull"%atclone". Downloads the platform-appropriate binary fromhttps://amazon-ecs-cli.s3.amazonaws.com/ecs-cli-${OSTYPE}-amd64-latest.bgnprofile ices:is-snippet,as"null",nocompile,lucid,sbin"*ecs-cli* -> ecs-cli",atpull"%atclone". Requires thebin-gem-nodeannex.- The download URL uses
${(M)OSTYPE#(linux|darwin)}to select the correct binary for Linux or macOS (amd64 only).
Examples
Section titled “Examples”# Direct install to $ZPFX/binzi pack for ecs-cli
# bgn shim variantzi pack"bgn" for ecs-cliCaveats / Common Mistakes
Section titled “Caveats / Common Mistakes”- Only
amd64architecture is supported by the download URL; ARM systems are not covered.
See Also
Section titled “See Also”- pkg-overview — how
zi packworks