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

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.
@@ -2777,7 +2777,18 @@
2777
2777
  {
2778
2778
  "name": "remove <component-pattern> <package...>",
2779
2779
  "alias": "",
2780
- "options": [],
2780
+ "options": [
2781
+ [
2782
+ "d",
2783
+ "dev",
2784
+ "remove from devDependencies"
2785
+ ],
2786
+ [
2787
+ "p",
2788
+ "peer",
2789
+ "remove from peerDependencies"
2790
+ ]
2791
+ ],
2781
2792
  "description": "remove a dependency to component(s)",
2782
2793
  "extendedDescription": "",
2783
2794
  "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>`
@@ -2777,7 +2777,18 @@
2777
2777
  {
2778
2778
  "name": "remove <component-pattern> <package...>",
2779
2779
  "alias": "",
2780
- "options": [],
2780
+ "options": [
2781
+ [
2782
+ "d",
2783
+ "dev",
2784
+ "remove from devDependencies"
2785
+ ],
2786
+ [
2787
+ "p",
2788
+ "peer",
2789
+ "remove from peerDependencies"
2790
+ ]
2791
+ ],
2781
2792
  "description": "remove a dependency to component(s)",
2782
2793
  "extendedDescription": "",
2783
2794
  "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"