diff --git a/bucket/aws-ecs.json b/bucket/aws-ecs.json new file mode 100644 index 0000000000..f288e646bb --- /dev/null +++ b/bucket/aws-ecs.json @@ -0,0 +1,26 @@ +{ + "version": "1.21.0", + "description": "AWS ECS CLI enables users to run their applications on ECS/Fargate using the Docker Compose file format, quickly provision resources, push/pull images in ECR, and monitor running applications on ECS/Fargate.", + "homepage": "https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ECS_CLI.html", + "license": "Apache-2.0", + "suggest": { + "AWS CLI": "aws" + }, + "architecture": { + "64bit": { + "url": "https://amazon-ecs-cli.s3.amazonaws.com/ecs-cli-windows-amd64-v1.21.0.exe#/ecs-cli.exe", + "hash": "062f6e642f80a3073b8fafa3f0a865c29fbc31c09bb71c0a8f18c8427da434c4" + } + }, + "bin": "ecs-cli.exe", + "checkver": { + "github": "https://github.com/aws/amazon-ecs-cli" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://amazon-ecs-cli.s3.amazonaws.com/ecs-cli-windows-amd64-v$version.exe#/ecs-cli.exe" + } + } + } +}