@teambit/harmony.content.cli-reference 1.95.120 → 1.95.121
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.json +113 -113
- package/dist/cli-reference.json +113 -113
- package/dist/cli-reference.mdx.js.map +1 -1
- package/dist/{preview-1676777489824.js → preview-1676811569495.js} +2 -2
- package/package-tar/teambit-harmony.content.cli-reference-1.95.121.tgz +0 -0
- package/package.json +2 -2
- package/package-tar/teambit-harmony.content.cli-reference-1.95.120.tgz +0 -0
package/cli-reference.json
CHANGED
|
@@ -1539,6 +1539,119 @@
|
|
|
1539
1539
|
}
|
|
1540
1540
|
]
|
|
1541
1541
|
},
|
|
1542
|
+
{
|
|
1543
|
+
"name": "run <app-name>",
|
|
1544
|
+
"alias": "c",
|
|
1545
|
+
"options": [
|
|
1546
|
+
[
|
|
1547
|
+
"d",
|
|
1548
|
+
"dev",
|
|
1549
|
+
"start the application in dev mode."
|
|
1550
|
+
],
|
|
1551
|
+
[
|
|
1552
|
+
"v",
|
|
1553
|
+
"verbose",
|
|
1554
|
+
"showing verbose output for inspection and prints stack trace"
|
|
1555
|
+
],
|
|
1556
|
+
[
|
|
1557
|
+
"",
|
|
1558
|
+
"skip-watch",
|
|
1559
|
+
"avoid running the watch process that compiles components in the background"
|
|
1560
|
+
],
|
|
1561
|
+
[
|
|
1562
|
+
"",
|
|
1563
|
+
"ssr",
|
|
1564
|
+
"run app in server side rendering mode."
|
|
1565
|
+
]
|
|
1566
|
+
],
|
|
1567
|
+
"description": "run an app (independent of bit's dev server)",
|
|
1568
|
+
"extendedDescription": "",
|
|
1569
|
+
"group": "apps",
|
|
1570
|
+
"private": false,
|
|
1571
|
+
"arguments": [
|
|
1572
|
+
{
|
|
1573
|
+
"name": "app-name",
|
|
1574
|
+
"description": "the app's name is registered by the app (run 'bit app list' to list the names of the available apps)"
|
|
1575
|
+
}
|
|
1576
|
+
]
|
|
1577
|
+
},
|
|
1578
|
+
{
|
|
1579
|
+
"name": "app-list",
|
|
1580
|
+
"alias": "",
|
|
1581
|
+
"options": [
|
|
1582
|
+
[
|
|
1583
|
+
"j",
|
|
1584
|
+
"json",
|
|
1585
|
+
"return the component data in json format"
|
|
1586
|
+
]
|
|
1587
|
+
],
|
|
1588
|
+
"description": "DEPRECATED. use \"bit app list\"",
|
|
1589
|
+
"extendedDescription": "",
|
|
1590
|
+
"group": "apps",
|
|
1591
|
+
"private": true
|
|
1592
|
+
},
|
|
1593
|
+
{
|
|
1594
|
+
"name": "app <sub-command>",
|
|
1595
|
+
"alias": "",
|
|
1596
|
+
"options": [],
|
|
1597
|
+
"description": "Manages apps",
|
|
1598
|
+
"extendedDescription": "",
|
|
1599
|
+
"group": "apps",
|
|
1600
|
+
"private": false,
|
|
1601
|
+
"commands": [
|
|
1602
|
+
{
|
|
1603
|
+
"name": "list",
|
|
1604
|
+
"alias": "",
|
|
1605
|
+
"options": [
|
|
1606
|
+
[
|
|
1607
|
+
"j",
|
|
1608
|
+
"json",
|
|
1609
|
+
"return the component data in json format"
|
|
1610
|
+
]
|
|
1611
|
+
],
|
|
1612
|
+
"description": "list all registered apps",
|
|
1613
|
+
"extendedDescription": "",
|
|
1614
|
+
"group": "apps",
|
|
1615
|
+
"private": false
|
|
1616
|
+
},
|
|
1617
|
+
{
|
|
1618
|
+
"name": "run <app-name>",
|
|
1619
|
+
"alias": "c",
|
|
1620
|
+
"options": [
|
|
1621
|
+
[
|
|
1622
|
+
"d",
|
|
1623
|
+
"dev",
|
|
1624
|
+
"start the application in dev mode."
|
|
1625
|
+
],
|
|
1626
|
+
[
|
|
1627
|
+
"v",
|
|
1628
|
+
"verbose",
|
|
1629
|
+
"showing verbose output for inspection and prints stack trace"
|
|
1630
|
+
],
|
|
1631
|
+
[
|
|
1632
|
+
"",
|
|
1633
|
+
"skip-watch",
|
|
1634
|
+
"avoid running the watch process that compiles components in the background"
|
|
1635
|
+
],
|
|
1636
|
+
[
|
|
1637
|
+
"",
|
|
1638
|
+
"ssr",
|
|
1639
|
+
"run app in server side rendering mode."
|
|
1640
|
+
]
|
|
1641
|
+
],
|
|
1642
|
+
"description": "run an app (independent of bit's dev server)",
|
|
1643
|
+
"extendedDescription": "",
|
|
1644
|
+
"group": "apps",
|
|
1645
|
+
"private": false,
|
|
1646
|
+
"arguments": [
|
|
1647
|
+
{
|
|
1648
|
+
"name": "app-name",
|
|
1649
|
+
"description": "the app's name is registered by the app (run 'bit app list' to list the names of the available apps)"
|
|
1650
|
+
}
|
|
1651
|
+
]
|
|
1652
|
+
}
|
|
1653
|
+
]
|
|
1654
|
+
},
|
|
1542
1655
|
{
|
|
1543
1656
|
"name": "component-issues",
|
|
1544
1657
|
"alias": "",
|
|
@@ -3293,119 +3406,6 @@
|
|
|
3293
3406
|
"group": "development",
|
|
3294
3407
|
"private": false
|
|
3295
3408
|
},
|
|
3296
|
-
{
|
|
3297
|
-
"name": "run <app-name>",
|
|
3298
|
-
"alias": "c",
|
|
3299
|
-
"options": [
|
|
3300
|
-
[
|
|
3301
|
-
"d",
|
|
3302
|
-
"dev",
|
|
3303
|
-
"start the application in dev mode."
|
|
3304
|
-
],
|
|
3305
|
-
[
|
|
3306
|
-
"v",
|
|
3307
|
-
"verbose",
|
|
3308
|
-
"showing verbose output for inspection and prints stack trace"
|
|
3309
|
-
],
|
|
3310
|
-
[
|
|
3311
|
-
"",
|
|
3312
|
-
"skip-watch",
|
|
3313
|
-
"avoid running the watch process that compiles components in the background"
|
|
3314
|
-
],
|
|
3315
|
-
[
|
|
3316
|
-
"",
|
|
3317
|
-
"ssr",
|
|
3318
|
-
"run app in server side rendering mode."
|
|
3319
|
-
]
|
|
3320
|
-
],
|
|
3321
|
-
"description": "run an app (independent of bit's dev server)",
|
|
3322
|
-
"extendedDescription": "",
|
|
3323
|
-
"group": "apps",
|
|
3324
|
-
"private": false,
|
|
3325
|
-
"arguments": [
|
|
3326
|
-
{
|
|
3327
|
-
"name": "app-name",
|
|
3328
|
-
"description": "the app's name is registered by the app (run 'bit app list' to list the names of the available apps)"
|
|
3329
|
-
}
|
|
3330
|
-
]
|
|
3331
|
-
},
|
|
3332
|
-
{
|
|
3333
|
-
"name": "app-list",
|
|
3334
|
-
"alias": "",
|
|
3335
|
-
"options": [
|
|
3336
|
-
[
|
|
3337
|
-
"j",
|
|
3338
|
-
"json",
|
|
3339
|
-
"return the component data in json format"
|
|
3340
|
-
]
|
|
3341
|
-
],
|
|
3342
|
-
"description": "DEPRECATED. use \"bit app list\"",
|
|
3343
|
-
"extendedDescription": "",
|
|
3344
|
-
"group": "apps",
|
|
3345
|
-
"private": true
|
|
3346
|
-
},
|
|
3347
|
-
{
|
|
3348
|
-
"name": "app <sub-command>",
|
|
3349
|
-
"alias": "",
|
|
3350
|
-
"options": [],
|
|
3351
|
-
"description": "Manages apps",
|
|
3352
|
-
"extendedDescription": "",
|
|
3353
|
-
"group": "apps",
|
|
3354
|
-
"private": false,
|
|
3355
|
-
"commands": [
|
|
3356
|
-
{
|
|
3357
|
-
"name": "list",
|
|
3358
|
-
"alias": "",
|
|
3359
|
-
"options": [
|
|
3360
|
-
[
|
|
3361
|
-
"j",
|
|
3362
|
-
"json",
|
|
3363
|
-
"return the component data in json format"
|
|
3364
|
-
]
|
|
3365
|
-
],
|
|
3366
|
-
"description": "list all registered apps",
|
|
3367
|
-
"extendedDescription": "",
|
|
3368
|
-
"group": "apps",
|
|
3369
|
-
"private": false
|
|
3370
|
-
},
|
|
3371
|
-
{
|
|
3372
|
-
"name": "run <app-name>",
|
|
3373
|
-
"alias": "c",
|
|
3374
|
-
"options": [
|
|
3375
|
-
[
|
|
3376
|
-
"d",
|
|
3377
|
-
"dev",
|
|
3378
|
-
"start the application in dev mode."
|
|
3379
|
-
],
|
|
3380
|
-
[
|
|
3381
|
-
"v",
|
|
3382
|
-
"verbose",
|
|
3383
|
-
"showing verbose output for inspection and prints stack trace"
|
|
3384
|
-
],
|
|
3385
|
-
[
|
|
3386
|
-
"",
|
|
3387
|
-
"skip-watch",
|
|
3388
|
-
"avoid running the watch process that compiles components in the background"
|
|
3389
|
-
],
|
|
3390
|
-
[
|
|
3391
|
-
"",
|
|
3392
|
-
"ssr",
|
|
3393
|
-
"run app in server side rendering mode."
|
|
3394
|
-
]
|
|
3395
|
-
],
|
|
3396
|
-
"description": "run an app (independent of bit's dev server)",
|
|
3397
|
-
"extendedDescription": "",
|
|
3398
|
-
"group": "apps",
|
|
3399
|
-
"private": false,
|
|
3400
|
-
"arguments": [
|
|
3401
|
-
{
|
|
3402
|
-
"name": "app-name",
|
|
3403
|
-
"description": "the app's name is registered by the app (run 'bit app list' to list the names of the available apps)"
|
|
3404
|
-
}
|
|
3405
|
-
]
|
|
3406
|
-
}
|
|
3407
|
-
]
|
|
3408
|
-
},
|
|
3409
3409
|
{
|
|
3410
3410
|
"name": "test [component-pattern]",
|
|
3411
3411
|
"alias": "at",
|
package/dist/cli-reference.json
CHANGED
|
@@ -1539,6 +1539,119 @@
|
|
|
1539
1539
|
}
|
|
1540
1540
|
]
|
|
1541
1541
|
},
|
|
1542
|
+
{
|
|
1543
|
+
"name": "run <app-name>",
|
|
1544
|
+
"alias": "c",
|
|
1545
|
+
"options": [
|
|
1546
|
+
[
|
|
1547
|
+
"d",
|
|
1548
|
+
"dev",
|
|
1549
|
+
"start the application in dev mode."
|
|
1550
|
+
],
|
|
1551
|
+
[
|
|
1552
|
+
"v",
|
|
1553
|
+
"verbose",
|
|
1554
|
+
"showing verbose output for inspection and prints stack trace"
|
|
1555
|
+
],
|
|
1556
|
+
[
|
|
1557
|
+
"",
|
|
1558
|
+
"skip-watch",
|
|
1559
|
+
"avoid running the watch process that compiles components in the background"
|
|
1560
|
+
],
|
|
1561
|
+
[
|
|
1562
|
+
"",
|
|
1563
|
+
"ssr",
|
|
1564
|
+
"run app in server side rendering mode."
|
|
1565
|
+
]
|
|
1566
|
+
],
|
|
1567
|
+
"description": "run an app (independent of bit's dev server)",
|
|
1568
|
+
"extendedDescription": "",
|
|
1569
|
+
"group": "apps",
|
|
1570
|
+
"private": false,
|
|
1571
|
+
"arguments": [
|
|
1572
|
+
{
|
|
1573
|
+
"name": "app-name",
|
|
1574
|
+
"description": "the app's name is registered by the app (run 'bit app list' to list the names of the available apps)"
|
|
1575
|
+
}
|
|
1576
|
+
]
|
|
1577
|
+
},
|
|
1578
|
+
{
|
|
1579
|
+
"name": "app-list",
|
|
1580
|
+
"alias": "",
|
|
1581
|
+
"options": [
|
|
1582
|
+
[
|
|
1583
|
+
"j",
|
|
1584
|
+
"json",
|
|
1585
|
+
"return the component data in json format"
|
|
1586
|
+
]
|
|
1587
|
+
],
|
|
1588
|
+
"description": "DEPRECATED. use \"bit app list\"",
|
|
1589
|
+
"extendedDescription": "",
|
|
1590
|
+
"group": "apps",
|
|
1591
|
+
"private": true
|
|
1592
|
+
},
|
|
1593
|
+
{
|
|
1594
|
+
"name": "app <sub-command>",
|
|
1595
|
+
"alias": "",
|
|
1596
|
+
"options": [],
|
|
1597
|
+
"description": "Manages apps",
|
|
1598
|
+
"extendedDescription": "",
|
|
1599
|
+
"group": "apps",
|
|
1600
|
+
"private": false,
|
|
1601
|
+
"commands": [
|
|
1602
|
+
{
|
|
1603
|
+
"name": "list",
|
|
1604
|
+
"alias": "",
|
|
1605
|
+
"options": [
|
|
1606
|
+
[
|
|
1607
|
+
"j",
|
|
1608
|
+
"json",
|
|
1609
|
+
"return the component data in json format"
|
|
1610
|
+
]
|
|
1611
|
+
],
|
|
1612
|
+
"description": "list all registered apps",
|
|
1613
|
+
"extendedDescription": "",
|
|
1614
|
+
"group": "apps",
|
|
1615
|
+
"private": false
|
|
1616
|
+
},
|
|
1617
|
+
{
|
|
1618
|
+
"name": "run <app-name>",
|
|
1619
|
+
"alias": "c",
|
|
1620
|
+
"options": [
|
|
1621
|
+
[
|
|
1622
|
+
"d",
|
|
1623
|
+
"dev",
|
|
1624
|
+
"start the application in dev mode."
|
|
1625
|
+
],
|
|
1626
|
+
[
|
|
1627
|
+
"v",
|
|
1628
|
+
"verbose",
|
|
1629
|
+
"showing verbose output for inspection and prints stack trace"
|
|
1630
|
+
],
|
|
1631
|
+
[
|
|
1632
|
+
"",
|
|
1633
|
+
"skip-watch",
|
|
1634
|
+
"avoid running the watch process that compiles components in the background"
|
|
1635
|
+
],
|
|
1636
|
+
[
|
|
1637
|
+
"",
|
|
1638
|
+
"ssr",
|
|
1639
|
+
"run app in server side rendering mode."
|
|
1640
|
+
]
|
|
1641
|
+
],
|
|
1642
|
+
"description": "run an app (independent of bit's dev server)",
|
|
1643
|
+
"extendedDescription": "",
|
|
1644
|
+
"group": "apps",
|
|
1645
|
+
"private": false,
|
|
1646
|
+
"arguments": [
|
|
1647
|
+
{
|
|
1648
|
+
"name": "app-name",
|
|
1649
|
+
"description": "the app's name is registered by the app (run 'bit app list' to list the names of the available apps)"
|
|
1650
|
+
}
|
|
1651
|
+
]
|
|
1652
|
+
}
|
|
1653
|
+
]
|
|
1654
|
+
},
|
|
1542
1655
|
{
|
|
1543
1656
|
"name": "component-issues",
|
|
1544
1657
|
"alias": "",
|
|
@@ -3293,119 +3406,6 @@
|
|
|
3293
3406
|
"group": "development",
|
|
3294
3407
|
"private": false
|
|
3295
3408
|
},
|
|
3296
|
-
{
|
|
3297
|
-
"name": "run <app-name>",
|
|
3298
|
-
"alias": "c",
|
|
3299
|
-
"options": [
|
|
3300
|
-
[
|
|
3301
|
-
"d",
|
|
3302
|
-
"dev",
|
|
3303
|
-
"start the application in dev mode."
|
|
3304
|
-
],
|
|
3305
|
-
[
|
|
3306
|
-
"v",
|
|
3307
|
-
"verbose",
|
|
3308
|
-
"showing verbose output for inspection and prints stack trace"
|
|
3309
|
-
],
|
|
3310
|
-
[
|
|
3311
|
-
"",
|
|
3312
|
-
"skip-watch",
|
|
3313
|
-
"avoid running the watch process that compiles components in the background"
|
|
3314
|
-
],
|
|
3315
|
-
[
|
|
3316
|
-
"",
|
|
3317
|
-
"ssr",
|
|
3318
|
-
"run app in server side rendering mode."
|
|
3319
|
-
]
|
|
3320
|
-
],
|
|
3321
|
-
"description": "run an app (independent of bit's dev server)",
|
|
3322
|
-
"extendedDescription": "",
|
|
3323
|
-
"group": "apps",
|
|
3324
|
-
"private": false,
|
|
3325
|
-
"arguments": [
|
|
3326
|
-
{
|
|
3327
|
-
"name": "app-name",
|
|
3328
|
-
"description": "the app's name is registered by the app (run 'bit app list' to list the names of the available apps)"
|
|
3329
|
-
}
|
|
3330
|
-
]
|
|
3331
|
-
},
|
|
3332
|
-
{
|
|
3333
|
-
"name": "app-list",
|
|
3334
|
-
"alias": "",
|
|
3335
|
-
"options": [
|
|
3336
|
-
[
|
|
3337
|
-
"j",
|
|
3338
|
-
"json",
|
|
3339
|
-
"return the component data in json format"
|
|
3340
|
-
]
|
|
3341
|
-
],
|
|
3342
|
-
"description": "DEPRECATED. use \"bit app list\"",
|
|
3343
|
-
"extendedDescription": "",
|
|
3344
|
-
"group": "apps",
|
|
3345
|
-
"private": true
|
|
3346
|
-
},
|
|
3347
|
-
{
|
|
3348
|
-
"name": "app <sub-command>",
|
|
3349
|
-
"alias": "",
|
|
3350
|
-
"options": [],
|
|
3351
|
-
"description": "Manages apps",
|
|
3352
|
-
"extendedDescription": "",
|
|
3353
|
-
"group": "apps",
|
|
3354
|
-
"private": false,
|
|
3355
|
-
"commands": [
|
|
3356
|
-
{
|
|
3357
|
-
"name": "list",
|
|
3358
|
-
"alias": "",
|
|
3359
|
-
"options": [
|
|
3360
|
-
[
|
|
3361
|
-
"j",
|
|
3362
|
-
"json",
|
|
3363
|
-
"return the component data in json format"
|
|
3364
|
-
]
|
|
3365
|
-
],
|
|
3366
|
-
"description": "list all registered apps",
|
|
3367
|
-
"extendedDescription": "",
|
|
3368
|
-
"group": "apps",
|
|
3369
|
-
"private": false
|
|
3370
|
-
},
|
|
3371
|
-
{
|
|
3372
|
-
"name": "run <app-name>",
|
|
3373
|
-
"alias": "c",
|
|
3374
|
-
"options": [
|
|
3375
|
-
[
|
|
3376
|
-
"d",
|
|
3377
|
-
"dev",
|
|
3378
|
-
"start the application in dev mode."
|
|
3379
|
-
],
|
|
3380
|
-
[
|
|
3381
|
-
"v",
|
|
3382
|
-
"verbose",
|
|
3383
|
-
"showing verbose output for inspection and prints stack trace"
|
|
3384
|
-
],
|
|
3385
|
-
[
|
|
3386
|
-
"",
|
|
3387
|
-
"skip-watch",
|
|
3388
|
-
"avoid running the watch process that compiles components in the background"
|
|
3389
|
-
],
|
|
3390
|
-
[
|
|
3391
|
-
"",
|
|
3392
|
-
"ssr",
|
|
3393
|
-
"run app in server side rendering mode."
|
|
3394
|
-
]
|
|
3395
|
-
],
|
|
3396
|
-
"description": "run an app (independent of bit's dev server)",
|
|
3397
|
-
"extendedDescription": "",
|
|
3398
|
-
"group": "apps",
|
|
3399
|
-
"private": false,
|
|
3400
|
-
"arguments": [
|
|
3401
|
-
{
|
|
3402
|
-
"name": "app-name",
|
|
3403
|
-
"description": "the app's name is registered by the app (run 'bit app list' to list the names of the available apps)"
|
|
3404
|
-
}
|
|
3405
|
-
]
|
|
3406
|
-
}
|
|
3407
|
-
]
|
|
3408
|
-
},
|
|
3409
3409
|
{
|
|
3410
3410
|
"name": "test [component-pattern]",
|
|
3411
3411
|
"alias": "at",
|