features/src/aws-cli
github-actions[bot] 258b107b39
Automated documentation update (#287)
Automated documentation update [skip ci]

Co-authored-by: github-actions <github-actions@github.com>
2022-11-14 11:40:25 -08:00
..
devcontainer-feature.json add installsAfter: common-utils to all Features (#214) 2022-10-18 16:30:56 -07:00
install.sh Ensure remove apt-update cache at the beginning and end of the scripts (#210) 2022-10-10 15:33:01 -07:00
NOTES.md clean up AWS feature description (#225) 2022-10-18 16:26:28 -07:00
README.md Automated documentation update (#287) 2022-11-14 11:40:25 -08:00

AWS CLI (aws-cli)

Installs the AWS CLI along with needed dependencies. Useful for base Dockerfiles that often are missing required install dependencies like gpg.

Example Usage

"features": {
    "ghcr.io/devcontainers/features/aws-cli:1": {}
}

Options

Options Id Description Type Default Value
version Select or enter an AWS CLI version. string latest

Available versions of the AWS CLI can be found here: https://github.com/aws/aws-cli/blob/v2/CHANGELOG.rst.


Note: This file was auto-generated from the devcontainer-feature.json. Add additional notes to a NOTES.md.