@teambit/harmony.content.cli-reference 2.0.751 → 2.0.752
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 +5 -0
- package/cli-reference.mdx +1 -0
- package/dist/cli-reference.docs.mdx +1 -1
- package/dist/cli-reference.json +5 -0
- package/dist/cli-reference.mdx.js +16 -0
- package/dist/cli-reference.mdx.js.map +1 -1
- package/dist/{preview-1756839396788.js → preview-1756850709137.js} +2 -2
- package/package.json +2 -2
package/cli-reference.docs.mdx
CHANGED
package/cli-reference.json
CHANGED
|
@@ -2118,6 +2118,11 @@
|
|
|
2118
2118
|
"",
|
|
2119
2119
|
"include-deprecated",
|
|
2120
2120
|
"when importing with patterns, include deprecated components (default to exclude them)"
|
|
2121
|
+
],
|
|
2122
|
+
[
|
|
2123
|
+
"",
|
|
2124
|
+
"lane-only",
|
|
2125
|
+
"when using wildcards on a lane, only import components that exist on the lane (never from main)"
|
|
2121
2126
|
]
|
|
2122
2127
|
],
|
|
2123
2128
|
"description": "import components from their remote scopes to the local workspace",
|
package/cli-reference.mdx
CHANGED
|
@@ -1065,6 +1065,7 @@ bit export => export all staged snaps/tags of components to their remote scope.
|
|
|
1065
1065
|
| `--write-deps <workspace.jsonc | package.json>` | | write all workspace component dependencies to package.json or workspace.jsonc, resolving conflicts by picking the ranges that match the highest versions |
|
|
1066
1066
|
| `--track-only` | | do not write any component files, just create .bitmap entries of the imported components. Useful when the files already exist and just want to re-add the component to the bitmap |
|
|
1067
1067
|
| `--include-deprecated` | | when importing with patterns, include deprecated components (default to exclude them) |
|
|
1068
|
+
| `--lane-only` | | when using wildcards on a lane, only import components that exist on the lane (never from main) |
|
|
1068
1069
|
|
|
1069
1070
|
---
|
|
1070
1071
|
|
package/dist/cli-reference.json
CHANGED
|
@@ -2118,6 +2118,11 @@
|
|
|
2118
2118
|
"",
|
|
2119
2119
|
"include-deprecated",
|
|
2120
2120
|
"when importing with patterns, include deprecated components (default to exclude them)"
|
|
2121
|
+
],
|
|
2122
|
+
[
|
|
2123
|
+
"",
|
|
2124
|
+
"lane-only",
|
|
2125
|
+
"when using wildcards on a lane, only import components that exist on the lane (never from main)"
|
|
2121
2126
|
]
|
|
2122
2127
|
],
|
|
2123
2128
|
"description": "import components from their remote scopes to the local workspace",
|
|
@@ -5694,6 +5694,22 @@ function MDXContent(_ref) {
|
|
|
5694
5694
|
}, "when importing with patterns, include deprecated components (default to exclude them)"), (0, _react2.mdx)("td", {
|
|
5695
5695
|
parentName: "tr",
|
|
5696
5696
|
"align": null
|
|
5697
|
+
})), (0, _react2.mdx)("tr", {
|
|
5698
|
+
parentName: "tbody"
|
|
5699
|
+
}, (0, _react2.mdx)("td", {
|
|
5700
|
+
parentName: "tr",
|
|
5701
|
+
"align": null
|
|
5702
|
+
}, (0, _react2.mdx)("inlineCode", {
|
|
5703
|
+
parentName: "td"
|
|
5704
|
+
}, "--lane-only")), (0, _react2.mdx)("td", {
|
|
5705
|
+
parentName: "tr",
|
|
5706
|
+
"align": "center"
|
|
5707
|
+
}), (0, _react2.mdx)("td", {
|
|
5708
|
+
parentName: "tr",
|
|
5709
|
+
"align": null
|
|
5710
|
+
}, "when using wildcards on a lane, only import components that exist on the lane (never from main)"), (0, _react2.mdx)("td", {
|
|
5711
|
+
parentName: "tr",
|
|
5712
|
+
"align": null
|
|
5697
5713
|
})))), (0, _react2.mdx)("hr", null), (0, _react2.mdx)("h2", null, "init"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
|
|
5698
5714
|
parentName: "p"
|
|
5699
5715
|
}, "Description"), ": create or reinitialize an empty workspace", (0, _react2.mdx)("br", {
|