From 74cecbbad25e1db7b3a2bd59647318ec015b2c82 Mon Sep 17 00:00:00 2001 From: Ian Date: Sat, 23 Oct 2021 05:04:46 -0500 Subject: [PATCH] Add aws_completer.exe into the path (#1786) * Add aws_completer.exe into the path Enable aws_completer as a binary to add to the path to support tooling that enables auto completion on the command line. * fix formatting Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> * fix formatting error Co-authored-by: Pratik Chowdhury Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> --- bucket/aws.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bucket/aws.json b/bucket/aws.json index 5eca82325e..3494316071 100644 --- a/bucket/aws.json +++ b/bucket/aws.json @@ -10,7 +10,10 @@ } }, "extract_dir": "Amazon\\AWSCLIV2", - "bin": "aws.exe", + "bin": [ + "aws.exe", + "aws_completer.exe" + ], "checkver": { "url": "https://api.github.com/repos/aws/aws-cli/tags", "jsonpath": "$[0].name"