From 3a277ad757dbc51a43a5dd452d030c67a49d49f1 Mon Sep 17 00:00:00 2001 From: Josh Spicer Date: Thu, 12 May 2022 16:10:51 -0400 Subject: restructure and update cli (#11) * restructure and update cli * typo --- collection/aws-cli/feature.json | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 collection/aws-cli/feature.json (limited to 'collection/aws-cli/feature.json') diff --git a/collection/aws-cli/feature.json b/collection/aws-cli/feature.json deleted file mode 100644 index ee1df10..0000000 --- a/collection/aws-cli/feature.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "id": "aws-cli", - "name": "AWS CLI", - "options": { - "version": { - "type": "string", - "proposals": [ - "latest" - ], - "default": "latest", - "description": "Select or enter an AWS CLI version. (Available versions here: https://github.com/aws/aws-cli/blob/v2/CHANGELOG.rst)" - } - }, - "extensions": [ - "AmazonWebServices.aws-toolkit-vscode" - ], - "install": { - "app": "", - "file": "install.sh" - } -} \ No newline at end of file -- cgit v1.2.3