Unverified Commit 2bec6f05 authored by Josh Spicer's avatar Josh Spicer Committed by GitHub

clean up AWS feature description (#225)

* clean up AWS feature description

* Update devcontainer-feature.json
parent 43f0b34a
Available versions of the AWS CLI can be found here: https://github.com/aws/aws-cli/blob/v2/CHANGELOG.rst.
\ No newline at end of file
{ {
"id": "aws-cli", "id": "aws-cli",
"version": "1.0.4", "version": "1.0.5",
"name": "AWS CLI", "name": "AWS CLI",
"documentationURL": "https://github.com/devcontainers/features/tree/main/src/aws-cli", "documentationURL": "https://github.com/devcontainers/features/tree/main/src/aws-cli",
"description": "Installs the AWS CLI along with needed dependencies. Useful for base Dockerfiles that often are missing required install dependencies like gpg.", "description": "Installs the AWS CLI along with needed dependencies. Useful for base Dockerfiles that often are missing required install dependencies like gpg.",
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
"latest" "latest"
], ],
"default": "latest", "default": "latest",
"description": "Select or enter an AWS CLI version. (Available versions here: https://github.com/aws/aws-cli/blob/v2/CHANGELOG.rst)" "description": "Select or enter an AWS CLI version."
} }
}, },
"customizations": { "customizations": {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment