UNPKG

698 BJSONView Raw
1{
2 "name": "apeman-d",
3 "main": true,
4 "args": [
5 {
6 "name": "action",
7 "type": "string",
8 "desc": "Daemon action"
9 },
10 {
11 "name": "script",
12 "type": "string",
13 "desc": "Script to daemonize"
14 }
15 ],
16 "options": [
17 {
18 "name": "verbose",
19 "short": "v",
20 "desc": "Show verbose logs"
21 },
22 {
23 "name": "force",
24 "short": "f",
25 "desc": "Force to action"
26 },
27 {
28 "name": "configuration",
29 "short": "c",
30 "type": "string",
31 "desc": "Pathname of Apemanfile"
32 }
33 ],
34 "examples": [
35 {
36 "script": "apeman-d start ./app/ui-app.js ",
37 "desc": "Start an app."
38 }
39 ]
40}
\No newline at end of file