@teambit/harmony.content.cli-reference 2.0.322 → 2.0.323
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/cli-reference.docs.mdx
CHANGED
package/cli-reference.json
CHANGED
|
@@ -239,51 +239,6 @@
|
|
|
239
239
|
}
|
|
240
240
|
]
|
|
241
241
|
},
|
|
242
|
-
{
|
|
243
|
-
"name": "doctor [diagnosis-name]",
|
|
244
|
-
"alias": "",
|
|
245
|
-
"options": [
|
|
246
|
-
[
|
|
247
|
-
"j",
|
|
248
|
-
"json",
|
|
249
|
-
"return diagnoses in json format"
|
|
250
|
-
],
|
|
251
|
-
[
|
|
252
|
-
"",
|
|
253
|
-
"list",
|
|
254
|
-
"list all available diagnoses"
|
|
255
|
-
],
|
|
256
|
-
[
|
|
257
|
-
"s",
|
|
258
|
-
"save [filePath]",
|
|
259
|
-
"save diagnoses to a file"
|
|
260
|
-
],
|
|
261
|
-
[
|
|
262
|
-
"a",
|
|
263
|
-
"archive [filePath]",
|
|
264
|
-
"archive the workspace including diagnosis info (by default exclude node-modules and include .bit)"
|
|
265
|
-
],
|
|
266
|
-
[
|
|
267
|
-
"n",
|
|
268
|
-
"include-node-modules",
|
|
269
|
-
"relevant for --archive. include node_modules in the archive file"
|
|
270
|
-
],
|
|
271
|
-
[
|
|
272
|
-
"p",
|
|
273
|
-
"include-public",
|
|
274
|
-
"relevant for --archive. include public folder in the archive file"
|
|
275
|
-
],
|
|
276
|
-
[
|
|
277
|
-
"e",
|
|
278
|
-
"exclude-local-scope",
|
|
279
|
-
"relevant for --archive. exclude .bit or .git/bit from the archive file"
|
|
280
|
-
]
|
|
281
|
-
],
|
|
282
|
-
"description": "diagnose a bit workspace",
|
|
283
|
-
"extendedDescription": "",
|
|
284
|
-
"group": "general",
|
|
285
|
-
"private": false
|
|
286
|
-
},
|
|
287
242
|
{
|
|
288
243
|
"name": "run-action <action-name> <remote> <options>",
|
|
289
244
|
"alias": "",
|
|
@@ -368,6 +323,51 @@
|
|
|
368
323
|
"group": "general",
|
|
369
324
|
"private": false
|
|
370
325
|
},
|
|
326
|
+
{
|
|
327
|
+
"name": "doctor [diagnosis-name]",
|
|
328
|
+
"alias": "",
|
|
329
|
+
"options": [
|
|
330
|
+
[
|
|
331
|
+
"j",
|
|
332
|
+
"json",
|
|
333
|
+
"return diagnoses in json format"
|
|
334
|
+
],
|
|
335
|
+
[
|
|
336
|
+
"",
|
|
337
|
+
"list",
|
|
338
|
+
"list all available diagnoses"
|
|
339
|
+
],
|
|
340
|
+
[
|
|
341
|
+
"s",
|
|
342
|
+
"save [filePath]",
|
|
343
|
+
"save diagnoses to a file"
|
|
344
|
+
],
|
|
345
|
+
[
|
|
346
|
+
"a",
|
|
347
|
+
"archive [filePath]",
|
|
348
|
+
"archive the workspace including diagnosis info (by default exclude node-modules and include .bit)"
|
|
349
|
+
],
|
|
350
|
+
[
|
|
351
|
+
"n",
|
|
352
|
+
"include-node-modules",
|
|
353
|
+
"relevant for --archive. include node_modules in the archive file"
|
|
354
|
+
],
|
|
355
|
+
[
|
|
356
|
+
"p",
|
|
357
|
+
"include-public",
|
|
358
|
+
"relevant for --archive. include public folder in the archive file"
|
|
359
|
+
],
|
|
360
|
+
[
|
|
361
|
+
"e",
|
|
362
|
+
"exclude-local-scope",
|
|
363
|
+
"relevant for --archive. exclude .bit or .git/bit from the archive file"
|
|
364
|
+
]
|
|
365
|
+
],
|
|
366
|
+
"description": "diagnose a bit workspace",
|
|
367
|
+
"extendedDescription": "",
|
|
368
|
+
"group": "general",
|
|
369
|
+
"private": false
|
|
370
|
+
},
|
|
371
371
|
{
|
|
372
372
|
"name": "init [path]",
|
|
373
373
|
"alias": "",
|
package/dist/cli-reference.json
CHANGED
|
@@ -239,51 +239,6 @@
|
|
|
239
239
|
}
|
|
240
240
|
]
|
|
241
241
|
},
|
|
242
|
-
{
|
|
243
|
-
"name": "doctor [diagnosis-name]",
|
|
244
|
-
"alias": "",
|
|
245
|
-
"options": [
|
|
246
|
-
[
|
|
247
|
-
"j",
|
|
248
|
-
"json",
|
|
249
|
-
"return diagnoses in json format"
|
|
250
|
-
],
|
|
251
|
-
[
|
|
252
|
-
"",
|
|
253
|
-
"list",
|
|
254
|
-
"list all available diagnoses"
|
|
255
|
-
],
|
|
256
|
-
[
|
|
257
|
-
"s",
|
|
258
|
-
"save [filePath]",
|
|
259
|
-
"save diagnoses to a file"
|
|
260
|
-
],
|
|
261
|
-
[
|
|
262
|
-
"a",
|
|
263
|
-
"archive [filePath]",
|
|
264
|
-
"archive the workspace including diagnosis info (by default exclude node-modules and include .bit)"
|
|
265
|
-
],
|
|
266
|
-
[
|
|
267
|
-
"n",
|
|
268
|
-
"include-node-modules",
|
|
269
|
-
"relevant for --archive. include node_modules in the archive file"
|
|
270
|
-
],
|
|
271
|
-
[
|
|
272
|
-
"p",
|
|
273
|
-
"include-public",
|
|
274
|
-
"relevant for --archive. include public folder in the archive file"
|
|
275
|
-
],
|
|
276
|
-
[
|
|
277
|
-
"e",
|
|
278
|
-
"exclude-local-scope",
|
|
279
|
-
"relevant for --archive. exclude .bit or .git/bit from the archive file"
|
|
280
|
-
]
|
|
281
|
-
],
|
|
282
|
-
"description": "diagnose a bit workspace",
|
|
283
|
-
"extendedDescription": "",
|
|
284
|
-
"group": "general",
|
|
285
|
-
"private": false
|
|
286
|
-
},
|
|
287
242
|
{
|
|
288
243
|
"name": "run-action <action-name> <remote> <options>",
|
|
289
244
|
"alias": "",
|
|
@@ -368,6 +323,51 @@
|
|
|
368
323
|
"group": "general",
|
|
369
324
|
"private": false
|
|
370
325
|
},
|
|
326
|
+
{
|
|
327
|
+
"name": "doctor [diagnosis-name]",
|
|
328
|
+
"alias": "",
|
|
329
|
+
"options": [
|
|
330
|
+
[
|
|
331
|
+
"j",
|
|
332
|
+
"json",
|
|
333
|
+
"return diagnoses in json format"
|
|
334
|
+
],
|
|
335
|
+
[
|
|
336
|
+
"",
|
|
337
|
+
"list",
|
|
338
|
+
"list all available diagnoses"
|
|
339
|
+
],
|
|
340
|
+
[
|
|
341
|
+
"s",
|
|
342
|
+
"save [filePath]",
|
|
343
|
+
"save diagnoses to a file"
|
|
344
|
+
],
|
|
345
|
+
[
|
|
346
|
+
"a",
|
|
347
|
+
"archive [filePath]",
|
|
348
|
+
"archive the workspace including diagnosis info (by default exclude node-modules and include .bit)"
|
|
349
|
+
],
|
|
350
|
+
[
|
|
351
|
+
"n",
|
|
352
|
+
"include-node-modules",
|
|
353
|
+
"relevant for --archive. include node_modules in the archive file"
|
|
354
|
+
],
|
|
355
|
+
[
|
|
356
|
+
"p",
|
|
357
|
+
"include-public",
|
|
358
|
+
"relevant for --archive. include public folder in the archive file"
|
|
359
|
+
],
|
|
360
|
+
[
|
|
361
|
+
"e",
|
|
362
|
+
"exclude-local-scope",
|
|
363
|
+
"relevant for --archive. exclude .bit or .git/bit from the archive file"
|
|
364
|
+
]
|
|
365
|
+
],
|
|
366
|
+
"description": "diagnose a bit workspace",
|
|
367
|
+
"extendedDescription": "",
|
|
368
|
+
"group": "general",
|
|
369
|
+
"private": false
|
|
370
|
+
},
|
|
371
371
|
{
|
|
372
372
|
"name": "init [path]",
|
|
373
373
|
"alias": "",
|