UNPKG

1.13 kBJSONView Raw
1{
2 "name": "apeman-infr",
3 "main": true,
4 "args": [
5 {
6 "name": "name",
7 "type": "string",
8 "desc": "Name of template",
9 "optional": true,
10 "multiple": true
11 }
12 ],
13 "options": [
14 {
15 "name": "verbose",
16 "short": "v",
17 "desc": "Show verbose logs"
18 },
19 {
20 "name": "force",
21 "short": "f",
22 "desc": "Force to remove image."
23 },
24 {
25 "name": "delete",
26 "short": "d",
27 "desc": "Remove image."
28 },
29 {
30 "name": "configuration",
31 "short": "c",
32 "type": "string",
33 "desc": "Pathname of Apemanfile"
34 },
35 {
36 "name": "list",
37 "short": "l",
38 "desc": "List available watches"
39 }
40 ],
41 "examples": [
42 {
43 "script": "apeman-infr",
44 "desc": "Build all infra defined in $infrs prop."
45 },
46 {
47 "script": "apeman-infr -l",
48 "desc": "List available infra."
49 },
50 {
51 "script": "apeman-infr \"node*\"",
52 "desc": "Build infra which match pattern."
53 },
54 {
55 "script": "apeman-infr -d",
56 "desc": "Remove all infra defined in $infrs prop."
57 }
58 ]
59}
\No newline at end of file