@teambit/harmony.content.cli-reference 2.0.662 → 2.0.663
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 +13 -0
- package/dist/cli-reference.mdx.js.map +1 -1
- package/dist/{preview-1750994319833.js → preview-1751080701107.js} +2 -2
- package/package.json +2 -2
package/cli-reference.docs.mdx
CHANGED
package/cli-reference.json
CHANGED
|
@@ -4374,6 +4374,11 @@
|
|
|
4374
4374
|
"build",
|
|
4375
4375
|
"in case of snap during the merge, run the build-pipeline (similar to bit snap --build)"
|
|
4376
4376
|
],
|
|
4377
|
+
[
|
|
4378
|
+
"",
|
|
4379
|
+
"loose",
|
|
4380
|
+
"relevant for --build, to allow build to succeed even if tasks like tests or lint fail"
|
|
4381
|
+
],
|
|
4377
4382
|
[
|
|
4378
4383
|
"m",
|
|
4379
4384
|
"message <message>",
|
package/cli-reference.mdx
CHANGED
|
@@ -1366,6 +1366,7 @@ this flag keeps the history of one end and saves a reference to the other end. t
|
|
|
1366
1366
|
| `--no-snap` | | do not pass snaps from the other lane even for non-diverged components (see command description) |
|
|
1367
1367
|
| `--tag` | | auto-tag all lane components after merging into main (or tag-merge in case of snap-merge) |
|
|
1368
1368
|
| `--build` | | in case of snap during the merge, run the build-pipeline (similar to bit snap --build) |
|
|
1369
|
+
| `--loose` | | relevant for --build, to allow build to succeed even if tasks like tests or lint fail |
|
|
1369
1370
|
| `--message <message>` | `-m` | override the default message for the auto snap |
|
|
1370
1371
|
| `--keep-readme` | | skip deleting the lane readme component after merging |
|
|
1371
1372
|
| `--no-squash` | | relevant for merging lanes into main, which by default squashes all lane snaps |
|
package/dist/cli-reference.json
CHANGED
|
@@ -4374,6 +4374,11 @@
|
|
|
4374
4374
|
"build",
|
|
4375
4375
|
"in case of snap during the merge, run the build-pipeline (similar to bit snap --build)"
|
|
4376
4376
|
],
|
|
4377
|
+
[
|
|
4378
|
+
"",
|
|
4379
|
+
"loose",
|
|
4380
|
+
"relevant for --build, to allow build to succeed even if tasks like tests or lint fail"
|
|
4381
|
+
],
|
|
4377
4382
|
[
|
|
4378
4383
|
"m",
|
|
4379
4384
|
"message <message>",
|
|
@@ -7334,6 +7334,19 @@ function MDXContent(_ref) {
|
|
|
7334
7334
|
"align": null
|
|
7335
7335
|
}, (0, _react2.mdx)("inlineCode", {
|
|
7336
7336
|
parentName: "td"
|
|
7337
|
+
}, "--loose")), (0, _react2.mdx)("td", {
|
|
7338
|
+
parentName: "tr",
|
|
7339
|
+
"align": "center"
|
|
7340
|
+
}), (0, _react2.mdx)("td", {
|
|
7341
|
+
parentName: "tr",
|
|
7342
|
+
"align": null
|
|
7343
|
+
}, "relevant for --build, to allow build to succeed even if tasks like tests or lint fail")), (0, _react2.mdx)("tr", {
|
|
7344
|
+
parentName: "tbody"
|
|
7345
|
+
}, (0, _react2.mdx)("td", {
|
|
7346
|
+
parentName: "tr",
|
|
7347
|
+
"align": null
|
|
7348
|
+
}, (0, _react2.mdx)("inlineCode", {
|
|
7349
|
+
parentName: "td"
|
|
7337
7350
|
}, "--message <message>")), (0, _react2.mdx)("td", {
|
|
7338
7351
|
parentName: "tr",
|
|
7339
7352
|
"align": "center"
|