@teambit/harmony.content.cli-reference 1.95.22 → 1.95.23
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.mdx +6 -0
- package/dist/cli-reference.mdx.js +7 -1
- package/dist/cli-reference.mdx.js.map +1 -1
- package/package-tar/teambit-harmony.content.cli-reference-1.95.23.tgz +0 -0
- package/package.json +2 -2
- package/{preview-1652930732694.js → preview-1653449228788.js} +2 -2
- package/package-tar/teambit-harmony.content.cli-reference-1.95.22.tgz +0 -0
package/cli-reference.mdx
CHANGED
|
@@ -1041,6 +1041,12 @@ to validate the pattern before running this command, run `bit pattern <pattern>`
|
|
|
1041
1041
|
| ------------ | :--------------: | ---------------------------------------------------------------------------------------------- |
|
|
1042
1042
|
| `--refactor` | `-r` | change the source code of all components using the original scope-name with the new scope-name |
|
|
1043
1043
|
|
|
1044
|
+
### scope fork
|
|
1045
|
+
|
|
1046
|
+
**Usage**: `scope fork <original-scope> <new-scope>`
|
|
1047
|
+
|
|
1048
|
+
**Description**: fork all components of the original-scope and refactor the source-code to use the new package names
|
|
1049
|
+
|
|
1044
1050
|
---
|
|
1045
1051
|
|
|
1046
1052
|
## scope-config
|
|
@@ -4639,7 +4639,13 @@ function MDXContent(_ref) {
|
|
|
4639
4639
|
}, "-r")), (0, _react2.mdx)("td", {
|
|
4640
4640
|
parentName: "tr",
|
|
4641
4641
|
"align": null
|
|
4642
|
-
}, "change the source code of all components using the original scope-name with the new scope-name")))), (0, _react2.mdx)("
|
|
4642
|
+
}, "change the source code of all components using the original scope-name with the new scope-name")))), (0, _react2.mdx)("h3", null, "scope fork"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
|
|
4643
|
+
parentName: "p"
|
|
4644
|
+
}, "Usage"), ": ", (0, _react2.mdx)("inlineCode", {
|
|
4645
|
+
parentName: "p"
|
|
4646
|
+
}, "scope fork <original-scope> <new-scope>")), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
|
|
4647
|
+
parentName: "p"
|
|
4648
|
+
}, "Description"), ": fork all components of the original-scope and refactor the source-code to use the new package names"), (0, _react2.mdx)("hr", null), (0, _react2.mdx)("h2", null, "scope-config"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
|
|
4643
4649
|
parentName: "p"
|
|
4644
4650
|
}, "Workspace only"), ": yes", (0, _react2.mdx)("br", {
|
|
4645
4651
|
parentName: "p"
|