@teambit/harmony.content.cli-reference 1.95.147 → 1.95.148
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.json +1 -1
- package/cli-reference.mdx +3 -1
- package/dist/cli-reference.json +1 -1
- package/dist/cli-reference.mdx.js +5 -1
- package/dist/cli-reference.mdx.js.map +1 -1
- package/dist/{preview-1684294998398.js → preview-1684466926328.js} +2 -2
- package/package-tar/teambit-harmony.content.cli-reference-1.95.148.tgz +0 -0
- package/package.json +2 -2
- package/package-tar/teambit-harmony.content.cli-reference-1.95.147.tgz +0 -0
package/cli-reference.json
CHANGED
|
@@ -2672,7 +2672,7 @@
|
|
|
2672
2672
|
]
|
|
2673
2673
|
],
|
|
2674
2674
|
"description": "merge changes of the remote head into local",
|
|
2675
|
-
"extendedDescription": "merge changes of the remote head into local,
|
|
2675
|
+
"extendedDescription": "merge changes of the remote head into local. when on a lane, merge the remote head of the lane into the local.\nif no ids are specified, all pending-merge components will be merged. (run \"bit status\" to list them).\noptionally use '--abort' to revert the last merge/lane-merge.\nyou can use a pattern for multiple ids, such as bit merge \"utils/*\". (wrap the pattern with quotes to avoid collision with shell commands)",
|
|
2676
2676
|
"group": "development",
|
|
2677
2677
|
"private": false
|
|
2678
2678
|
},
|
package/cli-reference.mdx
CHANGED
|
@@ -1020,7 +1020,9 @@ https://bit.dev/docs/reference/cli-reference#list
|
|
|
1020
1020
|
## merge
|
|
1021
1021
|
|
|
1022
1022
|
**Description**: merge changes of the remote head into local
|
|
1023
|
-
merge changes of the remote head into local,
|
|
1023
|
+
merge changes of the remote head into local. when on a lane, merge the remote head of the lane into the local.
|
|
1024
|
+
if no ids are specified, all pending-merge components will be merged. (run "bit status" to list them).
|
|
1025
|
+
optionally use '--abort' to revert the last merge/lane-merge.
|
|
1024
1026
|
you can use a pattern for multiple ids, such as bit merge "utils/\*". (wrap the pattern with quotes to avoid collision with shell commands)
|
|
1025
1027
|
|
|
1026
1028
|
`bit merge [ids...]`
|
package/dist/cli-reference.json
CHANGED
|
@@ -2672,7 +2672,7 @@
|
|
|
2672
2672
|
]
|
|
2673
2673
|
],
|
|
2674
2674
|
"description": "merge changes of the remote head into local",
|
|
2675
|
-
"extendedDescription": "merge changes of the remote head into local,
|
|
2675
|
+
"extendedDescription": "merge changes of the remote head into local. when on a lane, merge the remote head of the lane into the local.\nif no ids are specified, all pending-merge components will be merged. (run \"bit status\" to list them).\noptionally use '--abort' to revert the last merge/lane-merge.\nyou can use a pattern for multiple ids, such as bit merge \"utils/*\". (wrap the pattern with quotes to avoid collision with shell commands)",
|
|
2676
2676
|
"group": "development",
|
|
2677
2677
|
"private": false
|
|
2678
2678
|
},
|
|
@@ -4799,7 +4799,11 @@ function MDXContent(_ref) {
|
|
|
4799
4799
|
parentName: "p"
|
|
4800
4800
|
}, "Description"), ": merge changes of the remote head into local", (0, _react2.mdx)("br", {
|
|
4801
4801
|
parentName: "p"
|
|
4802
|
-
}), "\n", "merge changes of the remote head into local,
|
|
4802
|
+
}), "\n", "merge changes of the remote head into local. when on a lane, merge the remote head of the lane into the local.", (0, _react2.mdx)("br", {
|
|
4803
|
+
parentName: "p"
|
|
4804
|
+
}), "\n", "if no ids are specified, all pending-merge components will be merged. (run \"bit status\" to list them).", (0, _react2.mdx)("br", {
|
|
4805
|
+
parentName: "p"
|
|
4806
|
+
}), "\n", "optionally use '--abort' to revert the last merge/lane-merge.", (0, _react2.mdx)("br", {
|
|
4803
4807
|
parentName: "p"
|
|
4804
4808
|
}), "\n", "you can use a pattern for multiple ids, such as bit merge \"utils/", "*", "\". (wrap the pattern with quotes to avoid collision with shell commands)"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("inlineCode", {
|
|
4805
4809
|
parentName: "p"
|