-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathoclif.manifest.json
83 lines (83 loc) · 1.98 KB
/
oclif.manifest.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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"commands": {
"deb": {
"aliases": [],
"args": {
"pathSource": {
"description": "pathSource",
"name": "pathSource",
"required": false
}
},
"description": "Create a deb package from your npm package",
"flags": {
"help": {
"char": "h",
"description": "Show CLI help.",
"name": "help",
"allowNo": false,
"type": "boolean"
},
"all": {
"char": "a",
"description": "all architectures",
"name": "all",
"allowNo": false,
"type": "boolean"
},
"codename": {
"char": "c",
"description": "codename",
"name": "codename",
"hasDynamicHelp": false,
"multiple": false,
"type": "option"
},
"mantain": {
"char": "m",
"name": "mantain",
"allowNo": false,
"type": "boolean"
},
"release": {
"char": "r",
"description": "release",
"name": "release",
"hasDynamicHelp": false,
"multiple": false,
"type": "option"
},
"manpages": {
"char": "M",
"description": "refresh manpages on the sources",
"name": "manpages",
"allowNo": false,
"type": "boolean"
},
"verbose": {
"char": "v",
"description": "verbose",
"name": "verbose",
"allowNo": false,
"type": "boolean"
}
},
"hasDynamicHelp": false,
"hiddenAliases": [],
"id": "deb",
"pluginAlias": "perrisbrewery",
"pluginName": "perrisbrewery",
"pluginType": "core",
"strict": true,
"summary": "Pack CLI into debian package.",
"enableJsonFlag": false,
"isESM": false,
"relativePath": [
"dist",
"commands",
"deb.js"
]
}
},
"version": "10.0.3"
}