arowM / wercker-step-install-aws-cli

Wercker step to pull down and install latest AWS command line tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

install-aws-cli

Install AWS Command Line Tools

Example

Installs the latest version of AWS CLI when no version is specified, or else it will install the specified version. version is optional.

Add AWS_KEY and AWS_SECRET as deploy target or application environment variables. region is optional.

    - joepjoosten/install-aws-cli:
        key: $AWS_KEY
        secret: $AWS_SECRET
        region: $AWS_REGION
        version: 1.7.15

About

Wercker step to pull down and install latest AWS command line tools

License:MIT License


Languages

Language:Shell 100.0%