@teambit/harmony.content.cli-reference 1.95.85 → 1.95.87

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.
@@ -843,6 +843,11 @@
843
843
  "rebuild",
844
844
  "rebuild the UI"
845
845
  ],
846
+ [
847
+ "r",
848
+ "skip-ui-build",
849
+ "skip building UI"
850
+ ],
846
851
  [
847
852
  "v",
848
853
  "verbose",
@@ -2777,7 +2782,18 @@
2777
2782
  {
2778
2783
  "name": "remove <component-pattern> <package...>",
2779
2784
  "alias": "",
2780
- "options": [],
2785
+ "options": [
2786
+ [
2787
+ "d",
2788
+ "dev",
2789
+ "remove from devDependencies"
2790
+ ],
2791
+ [
2792
+ "p",
2793
+ "peer",
2794
+ "remove from peerDependencies"
2795
+ ]
2796
+ ],
2781
2797
  "description": "remove a dependency to component(s)",
2782
2798
  "extendedDescription": "",
2783
2799
  "group": "info",
package/cli-reference.mdx CHANGED
@@ -415,6 +415,11 @@ https://bit.dev/docs/config/bit-config
415
415
 
416
416
  **Description**: remove a dependency to component(s)
417
417
 
418
+ | **Option** | **Option alias** | **Description** |
419
+ | ---------- | :--------------: | ---------------------------- |
420
+ | `--dev` | `-d` | remove from devDependencies |
421
+ | `--peer` | `-p` | remove from peerDependencies |
422
+
418
423
  ### deps debug
419
424
 
420
425
  **Usage**: `deps debug <component-name>`
@@ -1143,6 +1148,7 @@ use `bit pattern --help` to understand patterns better and `bit pattern <pattern
1143
1148
  | `--dev` | `-d` | start UI server in dev mode. |
1144
1149
  | `--port [port-number]` | `-p` | port of the UI server. |
1145
1150
  | `--rebuild` | `-r` | rebuild the UI |
1151
+ | `--skip-ui-build` | `-r` | skip building UI |
1146
1152
  | `--verbose` | `-v` | show verbose output for inspection and prints stack trace |
1147
1153
  | `--no-browser` | | do not automatically open browser when ready |
1148
1154
  | `--skip-compilation` | | skip the auto-compilation before starting the web-server |
@@ -843,6 +843,11 @@
843
843
  "rebuild",
844
844
  "rebuild the UI"
845
845
  ],
846
+ [
847
+ "r",
848
+ "skip-ui-build",
849
+ "skip building UI"
850
+ ],
846
851
  [
847
852
  "v",
848
853
  "verbose",
@@ -2777,7 +2782,18 @@
2777
2782
  {
2778
2783
  "name": "remove <component-pattern> <package...>",
2779
2784
  "alias": "",
2780
- "options": [],
2785
+ "options": [
2786
+ [
2787
+ "d",
2788
+ "dev",
2789
+ "remove from devDependencies"
2790
+ ],
2791
+ [
2792
+ "p",
2793
+ "peer",
2794
+ "remove from peerDependencies"
2795
+ ]
2796
+ ],
2781
2797
  "description": "remove a dependency to component(s)",
2782
2798
  "extendedDescription": "",
2783
2799
  "group": "info",
@@ -1713,7 +1713,58 @@ function MDXContent(_ref) {
1713
1713
  parentName: "p"
1714
1714
  }, "deps remove <component-pattern> <package...>")), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
1715
1715
  parentName: "p"
1716
- }, "Description"), ": remove a dependency to component(s)"), (0, _react2.mdx)("h3", null, "deps debug"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
1716
+ }, "Description"), ": remove a dependency to component(s)"), (0, _react2.mdx)("table", null, (0, _react2.mdx)("thead", {
1717
+ parentName: "table"
1718
+ }, (0, _react2.mdx)("tr", {
1719
+ parentName: "thead"
1720
+ }, (0, _react2.mdx)("th", {
1721
+ parentName: "tr",
1722
+ "align": null
1723
+ }, (0, _react2.mdx)("strong", {
1724
+ parentName: "th"
1725
+ }, "Option")), (0, _react2.mdx)("th", {
1726
+ parentName: "tr",
1727
+ "align": "center"
1728
+ }, (0, _react2.mdx)("strong", {
1729
+ parentName: "th"
1730
+ }, "Option alias")), (0, _react2.mdx)("th", {
1731
+ parentName: "tr",
1732
+ "align": null
1733
+ }, (0, _react2.mdx)("strong", {
1734
+ parentName: "th"
1735
+ }, "Description")))), (0, _react2.mdx)("tbody", {
1736
+ parentName: "table"
1737
+ }, (0, _react2.mdx)("tr", {
1738
+ parentName: "tbody"
1739
+ }, (0, _react2.mdx)("td", {
1740
+ parentName: "tr",
1741
+ "align": null
1742
+ }, (0, _react2.mdx)("inlineCode", {
1743
+ parentName: "td"
1744
+ }, "--dev")), (0, _react2.mdx)("td", {
1745
+ parentName: "tr",
1746
+ "align": "center"
1747
+ }, (0, _react2.mdx)("inlineCode", {
1748
+ parentName: "td"
1749
+ }, "-d")), (0, _react2.mdx)("td", {
1750
+ parentName: "tr",
1751
+ "align": null
1752
+ }, "remove from devDependencies")), (0, _react2.mdx)("tr", {
1753
+ parentName: "tbody"
1754
+ }, (0, _react2.mdx)("td", {
1755
+ parentName: "tr",
1756
+ "align": null
1757
+ }, (0, _react2.mdx)("inlineCode", {
1758
+ parentName: "td"
1759
+ }, "--peer")), (0, _react2.mdx)("td", {
1760
+ parentName: "tr",
1761
+ "align": "center"
1762
+ }, (0, _react2.mdx)("inlineCode", {
1763
+ parentName: "td"
1764
+ }, "-p")), (0, _react2.mdx)("td", {
1765
+ parentName: "tr",
1766
+ "align": null
1767
+ }, "remove from peerDependencies")))), (0, _react2.mdx)("h3", null, "deps debug"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
1717
1768
  parentName: "p"
1718
1769
  }, "Usage"), ": ", (0, _react2.mdx)("inlineCode", {
1719
1770
  parentName: "p"
@@ -5042,6 +5093,21 @@ function MDXContent(_ref) {
5042
5093
  "align": null
5043
5094
  }, (0, _react2.mdx)("inlineCode", {
5044
5095
  parentName: "td"
5096
+ }, "--skip-ui-build")), (0, _react2.mdx)("td", {
5097
+ parentName: "tr",
5098
+ "align": "center"
5099
+ }, (0, _react2.mdx)("inlineCode", {
5100
+ parentName: "td"
5101
+ }, "-r")), (0, _react2.mdx)("td", {
5102
+ parentName: "tr",
5103
+ "align": null
5104
+ }, "skip building UI")), (0, _react2.mdx)("tr", {
5105
+ parentName: "tbody"
5106
+ }, (0, _react2.mdx)("td", {
5107
+ parentName: "tr",
5108
+ "align": null
5109
+ }, (0, _react2.mdx)("inlineCode", {
5110
+ parentName: "td"
5045
5111
  }, "--verbose")), (0, _react2.mdx)("td", {
5046
5112
  parentName: "tr",
5047
5113
  "align": "center"