@teambit/harmony.content.cli-reference 2.0.957 → 2.0.959

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.
@@ -1,4 +1,4 @@
1
1
  ---
2
- description: 'Bit command synopses. Bit version: 1.13.93'
2
+ description: 'Bit command synopses. Bit version: 1.13.95'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
@@ -4322,6 +4322,11 @@
4322
4322
  "s",
4323
4323
  "strict",
4324
4324
  "Set to true to fail on warnings as well as errors, false (default) only fails on errors"
4325
+ ],
4326
+ [
4327
+ "d",
4328
+ "dry-run",
4329
+ "Run the full pipeline but skip exporting to remote (build runs only if --build is set)"
4325
4330
  ]
4326
4331
  ],
4327
4332
  "description": "Exports a feature lane to Bit Cloud when a Pull Request is opened or updated.",
package/cli-reference.mdx CHANGED
@@ -389,6 +389,7 @@ Resolves the lane name from --lane or the current Git branch, validates it, and
389
389
  | `--lane <lane>` | `-l` | If set, use as the lane name, if not available, grab from git-branch name |
390
390
  | `--build` | `-b` | Set to true to build the app locally, false (default) will build on Ripple CI |
391
391
  | `--strict` | `-s` | Set to true to fail on warnings as well as errors, false (default) only fails on errors |
392
+ | `--dry-run` | `-d` | Run the full pipeline but skip exporting to remote (build runs only if --build is set) |
392
393
 
393
394
  ### ci merge
394
395
 
@@ -1,4 +1,4 @@
1
1
  ---
2
- description: 'Bit command synopses. Bit version: 1.13.93'
2
+ description: 'Bit command synopses. Bit version: 1.13.95'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
@@ -4322,6 +4322,11 @@
4322
4322
  "s",
4323
4323
  "strict",
4324
4324
  "Set to true to fail on warnings as well as errors, false (default) only fails on errors"
4325
+ ],
4326
+ [
4327
+ "d",
4328
+ "dry-run",
4329
+ "Run the full pipeline but skip exporting to remote (build runs only if --build is set)"
4325
4330
  ]
4326
4331
  ],
4327
4332
  "description": "Exports a feature lane to Bit Cloud when a Pull Request is opened or updated.",
@@ -855,7 +855,11 @@ function _createMdxContent(props) {
855
855
  children: "--strict"
856
856
  }), " | ", (0, _jsxRuntime.jsx)(_components.code, {
857
857
  children: "-s"
858
- }), " | Set to true to fail on warnings as well as errors, false (default) only fails on errors |"]
858
+ }), " | Set to true to fail on warnings as well as errors, false (default) only fails on errors |\n| ", (0, _jsxRuntime.jsx)(_components.code, {
859
+ children: "--dry-run"
860
+ }), " | ", (0, _jsxRuntime.jsx)(_components.code, {
861
+ children: "-d"
862
+ }), " | Run the full pipeline but skip exporting to remote (build runs only if --build is set) |"]
859
863
  }), "\n", (0, _jsxRuntime.jsx)(_components.h3, {
860
864
  children: "ci merge"
861
865
  }), "\n", (0, _jsxRuntime.jsxs)(_components.p, {