@teambit/harmony.content.cli-reference 1.95.153 → 1.95.155

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.
@@ -670,6 +670,41 @@
670
670
  "group": "general",
671
671
  "private": false
672
672
  },
673
+ {
674
+ "name": "globals",
675
+ "alias": "",
676
+ "options": [
677
+ [
678
+ "j",
679
+ "json",
680
+ "json format"
681
+ ]
682
+ ],
683
+ "description": "list all globals",
684
+ "extendedDescription": "",
685
+ "group": "workspace",
686
+ "private": false
687
+ },
688
+ {
689
+ "name": "system <sub-command>",
690
+ "alias": "",
691
+ "options": [],
692
+ "description": "system operations",
693
+ "extendedDescription": "",
694
+ "group": "workspace",
695
+ "private": false,
696
+ "commands": [
697
+ {
698
+ "name": "log",
699
+ "alias": "",
700
+ "options": [],
701
+ "description": "print debug.log to the screen",
702
+ "extendedDescription": "",
703
+ "group": "workspace",
704
+ "private": false
705
+ }
706
+ ]
707
+ },
673
708
  {
674
709
  "name": "component-issues",
675
710
  "alias": "",
@@ -857,41 +892,6 @@
857
892
  }
858
893
  ]
859
894
  },
860
- {
861
- "name": "globals",
862
- "alias": "",
863
- "options": [
864
- [
865
- "j",
866
- "json",
867
- "json format"
868
- ]
869
- ],
870
- "description": "list all globals",
871
- "extendedDescription": "",
872
- "group": "workspace",
873
- "private": false
874
- },
875
- {
876
- "name": "system <sub-command>",
877
- "alias": "",
878
- "options": [],
879
- "description": "system operations",
880
- "extendedDescription": "",
881
- "group": "workspace",
882
- "private": false,
883
- "commands": [
884
- {
885
- "name": "log",
886
- "alias": "",
887
- "options": [],
888
- "description": "print debug.log to the screen",
889
- "extendedDescription": "",
890
- "group": "workspace",
891
- "private": false
892
- }
893
- ]
894
- },
895
895
  {
896
896
  "name": "start [component-pattern]",
897
897
  "alias": "c",
@@ -1560,6 +1560,11 @@
1560
1560
  "dev",
1561
1561
  "start the application in dev mode."
1562
1562
  ],
1563
+ [
1564
+ "p",
1565
+ "port [port-number]",
1566
+ "port of the app"
1567
+ ],
1563
1568
  [
1564
1569
  "v",
1565
1570
  "verbose",
@@ -1635,6 +1640,11 @@
1635
1640
  "dev",
1636
1641
  "start the application in dev mode."
1637
1642
  ],
1643
+ [
1644
+ "p",
1645
+ "port [port-number]",
1646
+ "port of the app"
1647
+ ],
1638
1648
  [
1639
1649
  "v",
1640
1650
  "verbose",
package/cli-reference.mdx CHANGED
@@ -59,12 +59,13 @@ Learn the recommended workflow for tracking directories as components, in the li
59
59
 
60
60
  **Description**: run an app (independent of bit's dev server)
61
61
 
62
- | **Option** | **Option alias** | **Description** |
63
- | -------------- | :--------------: | -------------------------------------------------------------------------- |
64
- | `--dev` | `-d` | start the application in dev mode. |
65
- | `--verbose` | `-v` | showing verbose output for inspection and prints stack trace |
66
- | `--skip-watch` | | avoid running the watch process that compiles components in the background |
67
- | `--ssr` | | run app in server side rendering mode. |
62
+ | **Option** | **Option alias** | **Description** |
63
+ | ---------------------- | :--------------: | -------------------------------------------------------------------------- |
64
+ | `--dev` | `-d` | start the application in dev mode. |
65
+ | `--port [port-number]` | `-p` | port of the app |
66
+ | `--verbose` | `-v` | showing verbose output for inspection and prints stack trace |
67
+ | `--skip-watch` | | avoid running the watch process that compiles components in the background |
68
+ | `--ssr` | | run app in server side rendering mode. |
68
69
 
69
70
  ---
70
71
 
@@ -1219,12 +1220,13 @@ https://bit.dev/docs/components/tags#undoing-a-tag
1219
1220
 
1220
1221
  `bit run <app-name>`
1221
1222
 
1222
- | **Option** | **Option alias** | **Description** |
1223
- | -------------- | :--------------: | -------------------------------------------------------------------------- |
1224
- | `--dev` | `-d` | start the application in dev mode. |
1225
- | `--verbose` | `-v` | showing verbose output for inspection and prints stack trace |
1226
- | `--skip-watch` | | avoid running the watch process that compiles components in the background |
1227
- | `--ssr` | | run app in server side rendering mode. |
1223
+ | **Option** | **Option alias** | **Description** |
1224
+ | ---------------------- | :--------------: | -------------------------------------------------------------------------- |
1225
+ | `--dev` | `-d` | start the application in dev mode. |
1226
+ | `--port [port-number]` | `-p` | port of the app |
1227
+ | `--verbose` | `-v` | showing verbose output for inspection and prints stack trace |
1228
+ | `--skip-watch` | | avoid running the watch process that compiles components in the background |
1229
+ | `--ssr` | | run app in server side rendering mode. |
1228
1230
 
1229
1231
  ---
1230
1232
 
@@ -670,6 +670,41 @@
670
670
  "group": "general",
671
671
  "private": false
672
672
  },
673
+ {
674
+ "name": "globals",
675
+ "alias": "",
676
+ "options": [
677
+ [
678
+ "j",
679
+ "json",
680
+ "json format"
681
+ ]
682
+ ],
683
+ "description": "list all globals",
684
+ "extendedDescription": "",
685
+ "group": "workspace",
686
+ "private": false
687
+ },
688
+ {
689
+ "name": "system <sub-command>",
690
+ "alias": "",
691
+ "options": [],
692
+ "description": "system operations",
693
+ "extendedDescription": "",
694
+ "group": "workspace",
695
+ "private": false,
696
+ "commands": [
697
+ {
698
+ "name": "log",
699
+ "alias": "",
700
+ "options": [],
701
+ "description": "print debug.log to the screen",
702
+ "extendedDescription": "",
703
+ "group": "workspace",
704
+ "private": false
705
+ }
706
+ ]
707
+ },
673
708
  {
674
709
  "name": "component-issues",
675
710
  "alias": "",
@@ -857,41 +892,6 @@
857
892
  }
858
893
  ]
859
894
  },
860
- {
861
- "name": "globals",
862
- "alias": "",
863
- "options": [
864
- [
865
- "j",
866
- "json",
867
- "json format"
868
- ]
869
- ],
870
- "description": "list all globals",
871
- "extendedDescription": "",
872
- "group": "workspace",
873
- "private": false
874
- },
875
- {
876
- "name": "system <sub-command>",
877
- "alias": "",
878
- "options": [],
879
- "description": "system operations",
880
- "extendedDescription": "",
881
- "group": "workspace",
882
- "private": false,
883
- "commands": [
884
- {
885
- "name": "log",
886
- "alias": "",
887
- "options": [],
888
- "description": "print debug.log to the screen",
889
- "extendedDescription": "",
890
- "group": "workspace",
891
- "private": false
892
- }
893
- ]
894
- },
895
895
  {
896
896
  "name": "start [component-pattern]",
897
897
  "alias": "c",
@@ -1560,6 +1560,11 @@
1560
1560
  "dev",
1561
1561
  "start the application in dev mode."
1562
1562
  ],
1563
+ [
1564
+ "p",
1565
+ "port [port-number]",
1566
+ "port of the app"
1567
+ ],
1563
1568
  [
1564
1569
  "v",
1565
1570
  "verbose",
@@ -1635,6 +1640,11 @@
1635
1640
  "dev",
1636
1641
  "start the application in dev mode."
1637
1642
  ],
1643
+ [
1644
+ "p",
1645
+ "port [port-number]",
1646
+ "port of the app"
1647
+ ],
1638
1648
  [
1639
1649
  "v",
1640
1650
  "verbose",
@@ -253,6 +253,21 @@ function MDXContent(_ref) {
253
253
  "align": null
254
254
  }, (0, _react2.mdx)("inlineCode", {
255
255
  parentName: "td"
256
+ }, "--port [port-number]")), (0, _react2.mdx)("td", {
257
+ parentName: "tr",
258
+ "align": "center"
259
+ }, (0, _react2.mdx)("inlineCode", {
260
+ parentName: "td"
261
+ }, "-p")), (0, _react2.mdx)("td", {
262
+ parentName: "tr",
263
+ "align": null
264
+ }, "port of the app")), (0, _react2.mdx)("tr", {
265
+ parentName: "tbody"
266
+ }, (0, _react2.mdx)("td", {
267
+ parentName: "tr",
268
+ "align": null
269
+ }, (0, _react2.mdx)("inlineCode", {
270
+ parentName: "td"
256
271
  }, "--verbose")), (0, _react2.mdx)("td", {
257
272
  parentName: "tr",
258
273
  "align": "center"
@@ -5776,6 +5791,21 @@ function MDXContent(_ref) {
5776
5791
  "align": null
5777
5792
  }, (0, _react2.mdx)("inlineCode", {
5778
5793
  parentName: "td"
5794
+ }, "--port [port-number]")), (0, _react2.mdx)("td", {
5795
+ parentName: "tr",
5796
+ "align": "center"
5797
+ }, (0, _react2.mdx)("inlineCode", {
5798
+ parentName: "td"
5799
+ }, "-p")), (0, _react2.mdx)("td", {
5800
+ parentName: "tr",
5801
+ "align": null
5802
+ }, "port of the app")), (0, _react2.mdx)("tr", {
5803
+ parentName: "tbody"
5804
+ }, (0, _react2.mdx)("td", {
5805
+ parentName: "tr",
5806
+ "align": null
5807
+ }, (0, _react2.mdx)("inlineCode", {
5808
+ parentName: "td"
5779
5809
  }, "--verbose")), (0, _react2.mdx)("td", {
5780
5810
  parentName: "tr",
5781
5811
  "align": "center"