@teambit/harmony.content.cli-reference 2.0.670 → 2.0.671

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 CHANGED
@@ -344,6 +344,43 @@ when on a lane, "checkout head" only checks out components on this lane. to upda
344
344
 
345
345
  ---
346
346
 
347
+ ## ci
348
+
349
+ **Description**: CI commands
350
+
351
+ `bit ci <sub-command>`
352
+
353
+ ### ci verify
354
+
355
+ **Usage**: `ci verify`
356
+
357
+ **Description**: CI commands
358
+
359
+ ### ci pr
360
+
361
+ **Usage**: `ci pr`
362
+
363
+ **Description**: This command is meant to run when a PR was open/updated and meant to export a lane to bit-cloud.
364
+
365
+ | **Option** | **Option alias** | **Description** |
366
+ | --------------------- | :--------------: | -------------------------------------------------------------------------------- |
367
+ | `--message <message>` | `-m` | If set, set it as the snap message, if not, try and grab from git-commit-message |
368
+ | `--lane <lane>` | `-l` | If set, use as the lane name, if not available, grab from git-branch name |
369
+ | `--build` | `-b` | Set to true to build the app locally, false (default) will build on Ripple CI |
370
+
371
+ ### ci merge
372
+
373
+ **Usage**: `ci merge`
374
+
375
+ **Description**: Merges a PR
376
+
377
+ | **Option** | **Option alias** | **Description** |
378
+ | --------------------- | :--------------: | -------------------------------------------------------------------------------- |
379
+ | `--message <message>` | `-m` | If set, use it as the snap message, if not, try and grab from git-commit-message |
380
+ | `--build` | `-b` | Set to true to build the app locally, false (default) will build on Ripple CI |
381
+
382
+ ---
383
+
347
384
  ## clear-cache
348
385
 
349
386
  **Alias**: `cc`
@@ -1,4 +1,4 @@
1
1
  ---
2
- description: 'Bit command synopses. Bit version: 1.11.32'
2
+ description: 'Bit command synopses. Bit version: 1.11.33'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---