@teambit/harmony.content.cli-reference 2.0.1060 → 2.0.1062
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 +8 -7
- package/dist/cli-reference.docs.mdx +1 -1
- package/dist/cli-reference.json +5 -0
- package/dist/cli-reference.mdx.js +1 -1
- package/dist/cli-reference.mdx.js.map +1 -1
- package/dist/{preview-1779983783175.js → preview-1779999088763.js} +2 -2
- package/package.json +2 -2
package/cli-reference.docs.mdx
CHANGED
package/cli-reference.json
CHANGED
|
@@ -4904,6 +4904,11 @@
|
|
|
4904
4904
|
"d",
|
|
4905
4905
|
"dry-run",
|
|
4906
4906
|
"Run the full pipeline but skip exporting to remote (build runs only if --build is set)"
|
|
4907
|
+
],
|
|
4908
|
+
[
|
|
4909
|
+
"",
|
|
4910
|
+
"keep-lane",
|
|
4911
|
+
"Reuse the same remote lane across PR commits (preserves lane history and cloud UI edits) instead of recreating it on every run"
|
|
4907
4912
|
]
|
|
4908
4913
|
],
|
|
4909
4914
|
"description": "Exports a feature lane to Bit Cloud when a Pull Request is opened or updated.",
|
package/cli-reference.mdx
CHANGED
|
@@ -403,13 +403,14 @@ Runs lint, build, and status checks to catch dependency drift or broken builds e
|
|
|
403
403
|
**Description**: Exports a feature lane to Bit Cloud when a Pull Request is opened or updated.
|
|
404
404
|
Resolves the lane name from --lane or the current Git branch, validates it, and runs install, status, snap, and export. Cleans up by switching back to main. Use in pull-request CI pipelines after tests and before deploy.
|
|
405
405
|
|
|
406
|
-
| **Option** | **Option alias** | **Description**
|
|
407
|
-
| --------------------- | :--------------: |
|
|
408
|
-
| `--message <message>` | `-m` | If set, set it as the snap message, if not, try and grab from git-commit-message
|
|
409
|
-
| `--lane <lane>` | `-l` | If set, use as the lane name, if not available, grab from git-branch name
|
|
410
|
-
| `--build` | `-b` | Set to true to build the app locally, false (default) will build on Ripple CI
|
|
411
|
-
| `--strict` | `-s` | Set to true to fail on warnings as well as errors, false (default) only fails on errors
|
|
412
|
-
| `--dry-run` | `-d` | Run the full pipeline but skip exporting to remote (build runs only if --build is set)
|
|
406
|
+
| **Option** | **Option alias** | **Description** |
|
|
407
|
+
| --------------------- | :--------------: | ------------------------------------------------------------------------------------------------------------------------------ |
|
|
408
|
+
| `--message <message>` | `-m` | If set, set it as the snap message, if not, try and grab from git-commit-message |
|
|
409
|
+
| `--lane <lane>` | `-l` | If set, use as the lane name, if not available, grab from git-branch name |
|
|
410
|
+
| `--build` | `-b` | Set to true to build the app locally, false (default) will build on Ripple CI |
|
|
411
|
+
| `--strict` | `-s` | Set to true to fail on warnings as well as errors, false (default) only fails on errors |
|
|
412
|
+
| `--dry-run` | `-d` | Run the full pipeline but skip exporting to remote (build runs only if --build is set) |
|
|
413
|
+
| `--keep-lane` | | Reuse the same remote lane across PR commits (preserves lane history and cloud UI edits) instead of recreating it on every run |
|
|
413
414
|
|
|
414
415
|
### ci merge
|
|
415
416
|
|
package/dist/cli-reference.json
CHANGED
|
@@ -4904,6 +4904,11 @@
|
|
|
4904
4904
|
"d",
|
|
4905
4905
|
"dry-run",
|
|
4906
4906
|
"Run the full pipeline but skip exporting to remote (build runs only if --build is set)"
|
|
4907
|
+
],
|
|
4908
|
+
[
|
|
4909
|
+
"",
|
|
4910
|
+
"keep-lane",
|
|
4911
|
+
"Reuse the same remote lane across PR commits (preserves lane history and cloud UI edits) instead of recreating it on every run"
|
|
4907
4912
|
]
|
|
4908
4913
|
],
|
|
4909
4914
|
"description": "Exports a feature lane to Bit Cloud when a Pull Request is opened or updated.",
|