-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathaws-ecs.json
26 lines (26 loc) · 1.01 KB
/
aws-ecs.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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"
}
}
}
}