Skip to content

freenet-actions/setup-aws-cli

Repository files navigation

Setup AWS CLI

LICENSE

This action sets up AWS CLI tool. It downloads AWS CLI binaries from https://s3.amazonaws.com/aws-cli, unpacks the downloaded file, runs the install program and adds path to PATH

Currently the action can only be used on linux plattform.

Usage

Set up AWS CLI with default version (2.22.21)

- uses: freenet-actions/setup-aws-cli@v3

Set up AWS CLI with specific version

- uses: freenet-actions/setup-aws-cli@v3
  with:
    version: '2.22.21'

References

AWS CLI Install Documentation