@teambit/harmony.content.cli-reference 2.0.183 → 2.0.184
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.
- package/cli-reference.docs.mdx +1 -1
- package/cli-reference.json +19 -0
- package/cli-reference.mdx +13 -0
- package/dist/cli-reference.docs.mdx +1 -1
- package/dist/cli-reference.json +19 -0
- package/dist/cli-reference.mdx.js +41 -1
- package/dist/cli-reference.mdx.js.map +1 -1
- package/dist/{preview-1709090190973.js → preview-1709176695075.js} +2 -2
- package/package.json +2 -2
package/cli-reference.docs.mdx
CHANGED
package/cli-reference.json
CHANGED
|
@@ -1355,6 +1355,25 @@
|
|
|
1355
1355
|
}
|
|
1356
1356
|
]
|
|
1357
1357
|
},
|
|
1358
|
+
{
|
|
1359
|
+
"name": "set-peer <component-id> <range>",
|
|
1360
|
+
"alias": "",
|
|
1361
|
+
"options": [],
|
|
1362
|
+
"description": "set a component as always peer",
|
|
1363
|
+
"extendedDescription": "",
|
|
1364
|
+
"group": "info",
|
|
1365
|
+
"private": false,
|
|
1366
|
+
"arguments": [
|
|
1367
|
+
{
|
|
1368
|
+
"name": "component-id",
|
|
1369
|
+
"description": "the component to set as always peer"
|
|
1370
|
+
},
|
|
1371
|
+
{
|
|
1372
|
+
"name": "range",
|
|
1373
|
+
"description": "the default range to use for the componnent, when added to peerDependencies"
|
|
1374
|
+
}
|
|
1375
|
+
]
|
|
1376
|
+
},
|
|
1358
1377
|
{
|
|
1359
1378
|
"name": "ws-config <sub-command>",
|
|
1360
1379
|
"alias": "workspace-config",
|
package/cli-reference.mdx
CHANGED
|
@@ -1791,6 +1791,19 @@ optionally, provide [pattern] to limit the fork to specific components
|
|
|
1791
1791
|
|
|
1792
1792
|
---
|
|
1793
1793
|
|
|
1794
|
+
## set-peer
|
|
1795
|
+
|
|
1796
|
+
**Description**: set a component as always peer
|
|
1797
|
+
|
|
1798
|
+
`bit set-peer <component-id> <range>`
|
|
1799
|
+
|
|
1800
|
+
| **Arg** | **Description** |
|
|
1801
|
+
| -------------- | :-------------------------------------------------------------------------: |
|
|
1802
|
+
| `component-id` | the component to set as always peer |
|
|
1803
|
+
| `range` | the default range to use for the componnent, when added to peerDependencies |
|
|
1804
|
+
|
|
1805
|
+
---
|
|
1806
|
+
|
|
1794
1807
|
## show
|
|
1795
1808
|
|
|
1796
1809
|
**Description**: display the component's essential information
|
package/dist/cli-reference.json
CHANGED
|
@@ -1355,6 +1355,25 @@
|
|
|
1355
1355
|
}
|
|
1356
1356
|
]
|
|
1357
1357
|
},
|
|
1358
|
+
{
|
|
1359
|
+
"name": "set-peer <component-id> <range>",
|
|
1360
|
+
"alias": "",
|
|
1361
|
+
"options": [],
|
|
1362
|
+
"description": "set a component as always peer",
|
|
1363
|
+
"extendedDescription": "",
|
|
1364
|
+
"group": "info",
|
|
1365
|
+
"private": false,
|
|
1366
|
+
"arguments": [
|
|
1367
|
+
{
|
|
1368
|
+
"name": "component-id",
|
|
1369
|
+
"description": "the component to set as always peer"
|
|
1370
|
+
},
|
|
1371
|
+
{
|
|
1372
|
+
"name": "range",
|
|
1373
|
+
"description": "the default range to use for the componnent, when added to peerDependencies"
|
|
1374
|
+
}
|
|
1375
|
+
]
|
|
1376
|
+
},
|
|
1358
1377
|
{
|
|
1359
1378
|
"name": "ws-config <sub-command>",
|
|
1360
1379
|
"alias": "workspace-config",
|
|
@@ -9121,7 +9121,47 @@ function MDXContent(_ref) {
|
|
|
9121
9121
|
}, "-c")), (0, _react2.mdx)("td", {
|
|
9122
9122
|
parentName: "tr",
|
|
9123
9123
|
"align": null
|
|
9124
|
-
}, "compile components during the watch process")))), (0, _react2.mdx)("hr", null), (0, _react2.mdx)("h2", null, "
|
|
9124
|
+
}, "compile components during the watch process")))), (0, _react2.mdx)("hr", null), (0, _react2.mdx)("h2", null, "set-peer"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
|
|
9125
|
+
parentName: "p"
|
|
9126
|
+
}, "Description"), ": set a component as always peer"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("inlineCode", {
|
|
9127
|
+
parentName: "p"
|
|
9128
|
+
}, "bit set-peer <component-id> <range>")), (0, _react2.mdx)("table", null, (0, _react2.mdx)("thead", {
|
|
9129
|
+
parentName: "table"
|
|
9130
|
+
}, (0, _react2.mdx)("tr", {
|
|
9131
|
+
parentName: "thead"
|
|
9132
|
+
}, (0, _react2.mdx)("th", {
|
|
9133
|
+
parentName: "tr",
|
|
9134
|
+
"align": null
|
|
9135
|
+
}, (0, _react2.mdx)("strong", {
|
|
9136
|
+
parentName: "th"
|
|
9137
|
+
}, "Arg")), (0, _react2.mdx)("th", {
|
|
9138
|
+
parentName: "tr",
|
|
9139
|
+
"align": "center"
|
|
9140
|
+
}, (0, _react2.mdx)("strong", {
|
|
9141
|
+
parentName: "th"
|
|
9142
|
+
}, "Description")))), (0, _react2.mdx)("tbody", {
|
|
9143
|
+
parentName: "table"
|
|
9144
|
+
}, (0, _react2.mdx)("tr", {
|
|
9145
|
+
parentName: "tbody"
|
|
9146
|
+
}, (0, _react2.mdx)("td", {
|
|
9147
|
+
parentName: "tr",
|
|
9148
|
+
"align": null
|
|
9149
|
+
}, (0, _react2.mdx)("inlineCode", {
|
|
9150
|
+
parentName: "td"
|
|
9151
|
+
}, "component-id")), (0, _react2.mdx)("td", {
|
|
9152
|
+
parentName: "tr",
|
|
9153
|
+
"align": "center"
|
|
9154
|
+
}, "the component to set as always peer")), (0, _react2.mdx)("tr", {
|
|
9155
|
+
parentName: "tbody"
|
|
9156
|
+
}, (0, _react2.mdx)("td", {
|
|
9157
|
+
parentName: "tr",
|
|
9158
|
+
"align": null
|
|
9159
|
+
}, (0, _react2.mdx)("inlineCode", {
|
|
9160
|
+
parentName: "td"
|
|
9161
|
+
}, "range")), (0, _react2.mdx)("td", {
|
|
9162
|
+
parentName: "tr",
|
|
9163
|
+
"align": "center"
|
|
9164
|
+
}, "the default range to use for the componnent, when added to peerDependencies")))), (0, _react2.mdx)("hr", null), (0, _react2.mdx)("h2", null, "show"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
|
|
9125
9165
|
parentName: "p"
|
|
9126
9166
|
}, "Description"), ": display the component's essential information"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("inlineCode", {
|
|
9127
9167
|
parentName: "p"
|