nodebbs 0.3.0-beta.3 → 0.3.0-beta.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/templates/docker-compose.yml +0 -2
- package/oclif.manifest.json +32 -32
- package/package.json +1 -1
package/oclif.manifest.json
CHANGED
|
@@ -245,37 +245,6 @@
|
|
|
245
245
|
"seed.js"
|
|
246
246
|
]
|
|
247
247
|
},
|
|
248
|
-
"pack": {
|
|
249
|
-
"aliases": [],
|
|
250
|
-
"args": {},
|
|
251
|
-
"description": "生成离线部署包",
|
|
252
|
-
"flags": {
|
|
253
|
-
"output": {
|
|
254
|
-
"char": "o",
|
|
255
|
-
"description": "输出文件名",
|
|
256
|
-
"name": "output",
|
|
257
|
-
"default": "nodebbs-offline.tar.gz",
|
|
258
|
-
"hasDynamicHelp": false,
|
|
259
|
-
"multiple": false,
|
|
260
|
-
"type": "option"
|
|
261
|
-
}
|
|
262
|
-
},
|
|
263
|
-
"hasDynamicHelp": false,
|
|
264
|
-
"hiddenAliases": [],
|
|
265
|
-
"id": "pack",
|
|
266
|
-
"pluginAlias": "nodebbs",
|
|
267
|
-
"pluginName": "nodebbs",
|
|
268
|
-
"pluginType": "core",
|
|
269
|
-
"strict": true,
|
|
270
|
-
"enableJsonFlag": false,
|
|
271
|
-
"isESM": true,
|
|
272
|
-
"relativePath": [
|
|
273
|
-
"dist",
|
|
274
|
-
"commands",
|
|
275
|
-
"pack",
|
|
276
|
-
"index.js"
|
|
277
|
-
]
|
|
278
|
-
},
|
|
279
248
|
"logs:all": {
|
|
280
249
|
"aliases": [],
|
|
281
250
|
"args": {},
|
|
@@ -451,6 +420,37 @@
|
|
|
451
420
|
"web.js"
|
|
452
421
|
]
|
|
453
422
|
},
|
|
423
|
+
"pack": {
|
|
424
|
+
"aliases": [],
|
|
425
|
+
"args": {},
|
|
426
|
+
"description": "生成离线部署包",
|
|
427
|
+
"flags": {
|
|
428
|
+
"output": {
|
|
429
|
+
"char": "o",
|
|
430
|
+
"description": "输出文件名",
|
|
431
|
+
"name": "output",
|
|
432
|
+
"default": "nodebbs-offline.tar.gz",
|
|
433
|
+
"hasDynamicHelp": false,
|
|
434
|
+
"multiple": false,
|
|
435
|
+
"type": "option"
|
|
436
|
+
}
|
|
437
|
+
},
|
|
438
|
+
"hasDynamicHelp": false,
|
|
439
|
+
"hiddenAliases": [],
|
|
440
|
+
"id": "pack",
|
|
441
|
+
"pluginAlias": "nodebbs",
|
|
442
|
+
"pluginName": "nodebbs",
|
|
443
|
+
"pluginType": "core",
|
|
444
|
+
"strict": true,
|
|
445
|
+
"enableJsonFlag": false,
|
|
446
|
+
"isESM": true,
|
|
447
|
+
"relativePath": [
|
|
448
|
+
"dist",
|
|
449
|
+
"commands",
|
|
450
|
+
"pack",
|
|
451
|
+
"index.js"
|
|
452
|
+
]
|
|
453
|
+
},
|
|
454
454
|
"restart": {
|
|
455
455
|
"aliases": [],
|
|
456
456
|
"args": {},
|
|
@@ -781,5 +781,5 @@
|
|
|
781
781
|
]
|
|
782
782
|
}
|
|
783
783
|
},
|
|
784
|
-
"version": "0.3.0-beta.
|
|
784
|
+
"version": "0.3.0-beta.4"
|
|
785
785
|
}
|