UNPKG

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