@teambit/harmony.content.cli-reference 1.95.120 → 1.95.122

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.
@@ -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": "",
@@ -1735,7 +1848,7 @@
1735
1848
  "DEPRECATED. use \"--skip-dependency-installation\" instead"
1736
1849
  ],
1737
1850
  [
1738
- "",
1851
+ "x",
1739
1852
  "skip-dependency-installation",
1740
1853
  "do not install packages of the imported components"
1741
1854
  ]
@@ -1915,7 +2028,7 @@
1915
2028
  "DEPRECATED. use \"--skip-dependency-installation\" instead"
1916
2029
  ],
1917
2030
  [
1918
- "",
2031
+ "x",
1919
2032
  "skip-dependency-installation",
1920
2033
  "do not install packages of the imported components"
1921
2034
  ],
@@ -2472,7 +2585,7 @@
2472
2585
  "show details of components that were not merged legitimately"
2473
2586
  ],
2474
2587
  [
2475
- "",
2588
+ "x",
2476
2589
  "skip-dependency-installation",
2477
2590
  "do not install packages of the imported components"
2478
2591
  ],
@@ -2581,7 +2694,7 @@
2581
2694
  "checkout all components in a lane include ones that do not exist in the workspace"
2582
2695
  ],
2583
2696
  [
2584
- "",
2697
+ "x",
2585
2698
  "skip-dependency-installation",
2586
2699
  "do not install packages of the imported components"
2587
2700
  ],
@@ -2754,7 +2867,7 @@
2754
2867
  "alias": "",
2755
2868
  "options": [
2756
2869
  [
2757
- "",
2870
+ "x",
2758
2871
  "skip-dependency-installation",
2759
2872
  "do not install packages of the imported components"
2760
2873
  ]
@@ -2835,7 +2948,7 @@
2835
2948
  "show details of components that were not merged legitimately"
2836
2949
  ],
2837
2950
  [
2838
- "",
2951
+ "x",
2839
2952
  "skip-dependency-installation",
2840
2953
  "do not install packages of the imported components"
2841
2954
  ],
@@ -2892,7 +3005,7 @@
2892
3005
  "checkout all components in a lane include ones that do not exist in the workspace"
2893
3006
  ],
2894
3007
  [
2895
- "",
3008
+ "x",
2896
3009
  "skip-dependency-installation",
2897
3010
  "do not install packages of the imported components"
2898
3011
  ],
@@ -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",
@@ -3839,7 +3839,7 @@
3839
3839
  "update the import/require statements in all dependent components (in the same workspace)"
3840
3840
  ],
3841
3841
  [
3842
- "",
3842
+ "x",
3843
3843
  "skip-dependency-installation",
3844
3844
  "do not install packages of the imported components"
3845
3845
  ],
package/cli-reference.mdx CHANGED
@@ -244,7 +244,7 @@ with no args, only workspace's capsules are deleted
244
244
  | `--verbose` | `-v` | showing verbose output for inspection |
245
245
  | `--reset` | | DEPRECATED. run "bit checkout reset" instead |
246
246
  | `--skip-npm-install` | | DEPRECATED. use "--skip-dependency-installation" instead |
247
- | `--skip-dependency-installation` | | do not install packages of the imported components |
247
+ | `--skip-dependency-installation` | `-x` | do not install packages of the imported components |
248
248
 
249
249
  ---
250
250
 
@@ -607,7 +607,7 @@ bit export => export all staged components to their current scope, if checked ou
607
607
  | `--scope <string>` | `-s` | default scope for the new component |
608
608
  | `--path <string>` | `-p` | relative path in the workspace for the new component. by default the path is `<scope>/<namespace>/<name>` |
609
609
  | `--refactor` | `-r` | update the import/require statements in all dependent components (in the same workspace) |
610
- | `--skip-dependency-installation` | | do not install packages of the imported components |
610
+ | `--skip-dependency-installation` | `-x` | do not install packages of the imported components |
611
611
  | `--skip-config` | | do not copy the config (aspects-config) to the new component. helpful when it fails during aspect loading |
612
612
  | `--rename` | | rename files and variables/classes according to the new component name |
613
613
 
@@ -685,7 +685,7 @@ you can use a pattern for multiple ids, such as bit import "utils/\*". (wrap the
685
685
  | `--verbose` | `-v` | show verbose output for inspection |
686
686
  | `--json` | `-j` | return the output as JSON |
687
687
  | `--skip-npm-install` | | DEPRECATED. use "--skip-dependency-installation" instead |
688
- | `--skip-dependency-installation` | | do not install packages of the imported components |
688
+ | `--skip-dependency-installation` | `-x` | do not install packages of the imported components |
689
689
  | `--merge [strategy]` | `-m` | merge local changes with the imported version. strategy should be "theirs", "ours" or "manual" |
690
690
  | `--dependencies` | | EXPERIMENTAL. import all dependencies and write them to the workspace |
691
691
  | `--dependents` | | EXPERIMENTAL. import components found while traversing from the given ids upwards to the workspace components |
@@ -862,7 +862,7 @@ you can use a pattern for multiple ids, such as bit merge "utils/\*". (wrap the
862
862
  | `--no-snap` | | EXPERIMENTAL. do not auto snap in case the merge completed without conflicts |
863
863
  | `--build` | | in case of snap during the merge, run the build-pipeline (similar to bit snap --build) |
864
864
  | `--verbose` | | show details of components that were not merged legitimately |
865
- | `--skip-dependency-installation` | | do not install packages of the imported components |
865
+ | `--skip-dependency-installation` | `-x` | do not install packages of the imported components |
866
866
  | `--message <message>` | `-m` | EXPERIMENTAL. override the default message for the auto snap |
867
867
 
868
868
  ---
@@ -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": "",
@@ -1735,7 +1848,7 @@
1735
1848
  "DEPRECATED. use \"--skip-dependency-installation\" instead"
1736
1849
  ],
1737
1850
  [
1738
- "",
1851
+ "x",
1739
1852
  "skip-dependency-installation",
1740
1853
  "do not install packages of the imported components"
1741
1854
  ]
@@ -1915,7 +2028,7 @@
1915
2028
  "DEPRECATED. use \"--skip-dependency-installation\" instead"
1916
2029
  ],
1917
2030
  [
1918
- "",
2031
+ "x",
1919
2032
  "skip-dependency-installation",
1920
2033
  "do not install packages of the imported components"
1921
2034
  ],
@@ -2472,7 +2585,7 @@
2472
2585
  "show details of components that were not merged legitimately"
2473
2586
  ],
2474
2587
  [
2475
- "",
2588
+ "x",
2476
2589
  "skip-dependency-installation",
2477
2590
  "do not install packages of the imported components"
2478
2591
  ],
@@ -2581,7 +2694,7 @@
2581
2694
  "checkout all components in a lane include ones that do not exist in the workspace"
2582
2695
  ],
2583
2696
  [
2584
- "",
2697
+ "x",
2585
2698
  "skip-dependency-installation",
2586
2699
  "do not install packages of the imported components"
2587
2700
  ],
@@ -2754,7 +2867,7 @@
2754
2867
  "alias": "",
2755
2868
  "options": [
2756
2869
  [
2757
- "",
2870
+ "x",
2758
2871
  "skip-dependency-installation",
2759
2872
  "do not install packages of the imported components"
2760
2873
  ]
@@ -2835,7 +2948,7 @@
2835
2948
  "show details of components that were not merged legitimately"
2836
2949
  ],
2837
2950
  [
2838
- "",
2951
+ "x",
2839
2952
  "skip-dependency-installation",
2840
2953
  "do not install packages of the imported components"
2841
2954
  ],
@@ -2892,7 +3005,7 @@
2892
3005
  "checkout all components in a lane include ones that do not exist in the workspace"
2893
3006
  ],
2894
3007
  [
2895
- "",
3008
+ "x",
2896
3009
  "skip-dependency-installation",
2897
3010
  "do not install packages of the imported components"
2898
3011
  ],
@@ -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",
@@ -3839,7 +3839,7 @@
3839
3839
  "update the import/require statements in all dependent components (in the same workspace)"
3840
3840
  ],
3841
3841
  [
3842
- "",
3842
+ "x",
3843
3843
  "skip-dependency-installation",
3844
3844
  "do not install packages of the imported components"
3845
3845
  ],