unfor19/install-aws-cli-action
Install AWS CLI on a Linux host
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version | 1=latest version of v1, 2=latest version of v2, #.#.#=specific version | no | 2 |
| verbose | Prints ls commands to see changes in the filesystem | no | false |
| lightsailctl | Install lightsailctl plugin | no | false |
| arch | Allowed values are - amd64, x86, x64, arm, arm64 | no | amd64 |
| bindir | Bin directory full path, defaults to /usr/local/bin | no | /usr/local/bin |
| installrootdir | Install directory full path, defaults to /usr/local | no | /usr/local |
| rootdir | Root directory full path, defaults to PWD | no | "" |
| workdir | Working directory full path, all files are downloaded and extracted in this directory | no | "" |
Outputs
| name | description |
|---|---|
| version | The AWS CLI version that was installed |