aws/install-cli 1.0.3
Install the AWS CLI
Issue Tracker
Parameters
Parameter
Required
Default
Description
cli-version
Version of the CLI to install
README.md
To install the latest version of the AWS CLI:
tasks:
- key: aws-cli
call: aws/install-cli 1.0.3
To install a specific version of the AWS CLI (only v2 of the AWS CLI is supported):
tasks:
- key: aws-cli
call: aws/install-cli 1.0.3
with:
cli-version: "2.15.13"
For the list of available versions, see the AWS CLI changelog on GitHub:
https://raw.githubusercontent.com/aws/aws-cli/v2/CHANGELOG.rst