@teambit/harmony.content.cli-reference 2.0.1050 → 2.0.1051
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 +10 -0
- package/cli-reference.mdx +2 -0
- package/dist/cli-reference.docs.mdx +1 -1
- package/dist/cli-reference.json +10 -0
- package/dist/cli-reference.mdx.js +1 -1
- package/dist/cli-reference.mdx.js.map +1 -1
- package/dist/{preview-1779149950902.js → preview-1779199603540.js} +2 -2
- package/package.json +2 -2
package/cli-reference.docs.mdx
CHANGED
package/cli-reference.json
CHANGED
|
@@ -3446,6 +3446,11 @@
|
|
|
3446
3446
|
"rebuild-deps-graph",
|
|
3447
3447
|
"do not reuse the saved dependencies graph, instead build it from scratch"
|
|
3448
3448
|
],
|
|
3449
|
+
[
|
|
3450
|
+
"",
|
|
3451
|
+
"no-lock-deps",
|
|
3452
|
+
"do not save the dependencies graph in the tag"
|
|
3453
|
+
],
|
|
3449
3454
|
[
|
|
3450
3455
|
"",
|
|
3451
3456
|
"increment-by <number>",
|
|
@@ -3564,6 +3569,11 @@
|
|
|
3564
3569
|
"rebuild-deps-graph",
|
|
3565
3570
|
"do not reuse the saved dependencies graph, instead build it from scratch"
|
|
3566
3571
|
],
|
|
3572
|
+
[
|
|
3573
|
+
"",
|
|
3574
|
+
"no-lock-deps",
|
|
3575
|
+
"do not save the dependencies graph in the snap"
|
|
3576
|
+
],
|
|
3567
3577
|
[
|
|
3568
3578
|
"i",
|
|
3569
3579
|
"ignore-issues <issues>",
|
package/cli-reference.mdx
CHANGED
|
@@ -2541,6 +2541,7 @@ snapshots maintain component history and enable collaboration without formal rel
|
|
|
2541
2541
|
| `--ignore-build-errors` | | proceed to snap pipeline even when build pipeline fails |
|
|
2542
2542
|
| `--loose` | | allow snap --build to succeed even if tasks like tests or lint fail |
|
|
2543
2543
|
| `--rebuild-deps-graph` | | do not reuse the saved dependencies graph, instead build it from scratch |
|
|
2544
|
+
| `--no-lock-deps` | | do not save the dependencies graph in the snap |
|
|
2544
2545
|
| `--ignore-issues <issues>` | `-i` | ignore component issues (shown in "bit status" as "issues found"), issues to ignore: [MissingPackagesDependenciesOnFs, MissingManuallyConfiguredPackages, UntrackedDependencies, ResolveErrors, RelativeComponents, RelativeComponentsAuthored, ParseErrors, MissingDists, LegacyInsideHarmony, MissingDependenciesOnFs, ImportNonMainFiles, MultipleEnvs, MissingLinksFromNodeModulesToSrc, CircularDependencies, DuplicateComponentAndPackage, MergeConfigHasConflict, NonLoadedEnv, ExternalEnvWithoutVersion, RemovedDependencies, RemovedEnv, DeprecatedDependencies, SelfReference, ImportFromDirectory] to ignore multiple issues, separate them by a comma and wrap with quotes. to ignore all issues, specify "\*". |
|
|
2545
2546
|
| `--fail-fast` | | stop pipeline execution on the first failed task (by default a task is skipped only when its dependency failed) |
|
|
2546
2547
|
| `--detach-head` | | UNSUPPORTED YET. in case a component is checked out to an older version, snap it without changing the head |
|
|
@@ -2709,6 +2710,7 @@ use for official releases. for development versions, use 'bit snap' instead.
|
|
|
2709
2710
|
| `--disable-tag-pipeline` | | skip the tag pipeline to avoid publishing the components |
|
|
2710
2711
|
| `--ignore-build-errors` | | proceed to tag pipeline even when build pipeline fails |
|
|
2711
2712
|
| `--rebuild-deps-graph` | | do not reuse the saved dependencies graph, instead build it from scratch |
|
|
2713
|
+
| `--no-lock-deps` | | do not save the dependencies graph in the tag |
|
|
2712
2714
|
| `--increment-by <number>` | | (default to 1) increment semver flag (patch/minor/major) by. e.g. incrementing patch by 2: 0.0.1 -> 0.0.3. |
|
|
2713
2715
|
| `--ignore-issues <issues>` | `-i` | ignore component issues (shown in "bit status" as "issues found"), issues to ignore: [MissingPackagesDependenciesOnFs, MissingManuallyConfiguredPackages, UntrackedDependencies, ResolveErrors, RelativeComponents, RelativeComponentsAuthored, ParseErrors, MissingDists, LegacyInsideHarmony, MissingDependenciesOnFs, ImportNonMainFiles, MultipleEnvs, MissingLinksFromNodeModulesToSrc, CircularDependencies, DuplicateComponentAndPackage, MergeConfigHasConflict, NonLoadedEnv, ExternalEnvWithoutVersion, RemovedDependencies, RemovedEnv, DeprecatedDependencies, SelfReference, ImportFromDirectory] to ignore multiple issues, separate them by a comma and wrap with quotes. to ignore all issues, specify "\*". |
|
|
2714
2716
|
| `--ignore-newest-version` | `-I` | allow tagging even when the component has newer versions e.g. for hotfixes. |
|
package/dist/cli-reference.json
CHANGED
|
@@ -3446,6 +3446,11 @@
|
|
|
3446
3446
|
"rebuild-deps-graph",
|
|
3447
3447
|
"do not reuse the saved dependencies graph, instead build it from scratch"
|
|
3448
3448
|
],
|
|
3449
|
+
[
|
|
3450
|
+
"",
|
|
3451
|
+
"no-lock-deps",
|
|
3452
|
+
"do not save the dependencies graph in the tag"
|
|
3453
|
+
],
|
|
3449
3454
|
[
|
|
3450
3455
|
"",
|
|
3451
3456
|
"increment-by <number>",
|
|
@@ -3564,6 +3569,11 @@
|
|
|
3564
3569
|
"rebuild-deps-graph",
|
|
3565
3570
|
"do not reuse the saved dependencies graph, instead build it from scratch"
|
|
3566
3571
|
],
|
|
3572
|
+
[
|
|
3573
|
+
"",
|
|
3574
|
+
"no-lock-deps",
|
|
3575
|
+
"do not save the dependencies graph in the snap"
|
|
3576
|
+
],
|
|
3567
3577
|
[
|
|
3568
3578
|
"i",
|
|
3569
3579
|
"ignore-issues <issues>",
|