@teambit/harmony.content.cli-reference 2.0.267 → 2.0.268

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.
@@ -1,5 +1,5 @@
1
1
  ---
2
- description: 'Bit command synopses. Bit version: 1.6.152'
2
+ description: 'Bit command synopses. Bit version: 1.6.153'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
5
5
 
@@ -1482,6 +1482,21 @@
1482
1482
  }
1483
1483
  ]
1484
1484
  },
1485
+ {
1486
+ "name": "unset-peer <component-id>",
1487
+ "alias": "",
1488
+ "options": [],
1489
+ "description": "unset a component as always peer",
1490
+ "extendedDescription": "",
1491
+ "group": "info",
1492
+ "private": false,
1493
+ "arguments": [
1494
+ {
1495
+ "name": "component-id",
1496
+ "description": "the component to unset as always peer"
1497
+ }
1498
+ ]
1499
+ },
1485
1500
  {
1486
1501
  "name": "ws-config <sub-command>",
1487
1502
  "alias": "workspace-config",
package/cli-reference.mdx CHANGED
@@ -2105,6 +2105,18 @@ list components templates when inside bit-workspace (for bit-create), otherwise,
2105
2105
 
2106
2106
  ---
2107
2107
 
2108
+ ## unset-peer
2109
+
2110
+ **Description**: unset a component as always peer
2111
+
2112
+ `bit unset-peer <component-id>`
2113
+
2114
+ | **Arg** | **Description** |
2115
+ | -------------- | :-----------------------------------: |
2116
+ | `component-id` | the component to unset as always peer |
2117
+
2118
+ ---
2119
+
2108
2120
  ## unuse
2109
2121
 
2110
2122
  **Description**: unset aspects in the workspace config (opposite of "use" command)
@@ -1,5 +1,5 @@
1
1
  ---
2
- description: 'Bit command synopses. Bit version: 1.6.152'
2
+ description: 'Bit command synopses. Bit version: 1.6.153'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
5
5
 
@@ -1482,6 +1482,21 @@
1482
1482
  }
1483
1483
  ]
1484
1484
  },
1485
+ {
1486
+ "name": "unset-peer <component-id>",
1487
+ "alias": "",
1488
+ "options": [],
1489
+ "description": "unset a component as always peer",
1490
+ "extendedDescription": "",
1491
+ "group": "info",
1492
+ "private": false,
1493
+ "arguments": [
1494
+ {
1495
+ "name": "component-id",
1496
+ "description": "the component to unset as always peer"
1497
+ }
1498
+ ]
1499
+ },
1485
1500
  {
1486
1501
  "name": "ws-config <sub-command>",
1487
1502
  "alias": "workspace-config",
@@ -10967,7 +10967,37 @@ function MDXContent(_ref) {
10967
10967
  parentName: "p"
10968
10968
  }, "Description"), ": uninstall dependencies"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("inlineCode", {
10969
10969
  parentName: "p"
10970
- }, "bit uninstall [packages...]")), (0, _react2.mdx)("hr", null), (0, _react2.mdx)("h2", null, "unuse"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
10970
+ }, "bit uninstall [packages...]")), (0, _react2.mdx)("hr", null), (0, _react2.mdx)("h2", null, "unset-peer"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
10971
+ parentName: "p"
10972
+ }, "Description"), ": unset a component as always peer"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("inlineCode", {
10973
+ parentName: "p"
10974
+ }, "bit unset-peer <component-id>")), (0, _react2.mdx)("table", null, (0, _react2.mdx)("thead", {
10975
+ parentName: "table"
10976
+ }, (0, _react2.mdx)("tr", {
10977
+ parentName: "thead"
10978
+ }, (0, _react2.mdx)("th", {
10979
+ parentName: "tr",
10980
+ "align": null
10981
+ }, (0, _react2.mdx)("strong", {
10982
+ parentName: "th"
10983
+ }, "Arg")), (0, _react2.mdx)("th", {
10984
+ parentName: "tr",
10985
+ "align": "center"
10986
+ }, (0, _react2.mdx)("strong", {
10987
+ parentName: "th"
10988
+ }, "Description")))), (0, _react2.mdx)("tbody", {
10989
+ parentName: "table"
10990
+ }, (0, _react2.mdx)("tr", {
10991
+ parentName: "tbody"
10992
+ }, (0, _react2.mdx)("td", {
10993
+ parentName: "tr",
10994
+ "align": null
10995
+ }, (0, _react2.mdx)("inlineCode", {
10996
+ parentName: "td"
10997
+ }, "component-id")), (0, _react2.mdx)("td", {
10998
+ parentName: "tr",
10999
+ "align": "center"
11000
+ }, "the component to unset as always peer")))), (0, _react2.mdx)("hr", null), (0, _react2.mdx)("h2", null, "unuse"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
10971
11001
  parentName: "p"
10972
11002
  }, "Description"), ": unset aspects in the workspace config (opposite of \"use\" command)"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("inlineCode", {
10973
11003
  parentName: "p"