-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
49 lines (49 loc) · 1.4 KB
/
package.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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "zsh-ecs-cli",
"version": "1.21.0",
"contributors": [],
"dependencies": {},
"deprecated": false,
"description": "The Amazon 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.",
"devDependencies": {},
"homepage": "https://github.com/aws/amazon-ecs-cli",
"license": "MIT",
"keywords": [
"ECS",
"CLI"
],
"author": "Amazon.com, Inc.",
"bugs": {
"url": "https://github.com/aws/amazon-ecs-cli/issues"
},
"zsh-data": {
"plugin-info": {
"user": "aws",
"plugin": "amazon-ecs-cli",
"url": "https://amazon-ecs-cli.s3.amazonaws.com/ecs-cli-${(M)OSTYPE#(linux|darwin)}-amd64-latest",
"version": "1.21.0",
"message": "A snippet providing The Amazon ECS CLI, i.e.: the `ecs-cli' command."
},
"zi-ices": {
"default": {
"is-snippet": "",
"lucid": "",
"as": "null",
"mv": "*latest -> ecs-cli",
"atclone": "chmod +x *; cp -vf ecs-cli $ZPFX/bin",
"atpull": "%atclone",
"nocompile": ""
},
"bgn": {
"is-snippet": "",
"lucid": "",
"as": "null",
"mv": "*latest -> ecs-cli",
"atclone": "chmod +x *",
"atpull": "%atclone",
"sbin": "ecs-cli",
"nocompile": ""
}
}
}
}