@teambit/harmony.content.cli-reference 2.0.185 → 2.0.186
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 +14 -4
- package/cli-reference.mdx +2 -0
- package/dist/cli-reference.docs.mdx +1 -1
- package/dist/cli-reference.json +14 -4
- package/dist/cli-reference.mdx.js +26 -0
- package/dist/cli-reference.mdx.js.map +1 -1
- package/dist/{preview-1709263126667.js → preview-1709349444701.js} +2 -2
- package/package.json +2 -2
package/cli-reference.docs.mdx
CHANGED
package/cli-reference.json
CHANGED
|
@@ -2615,6 +2615,11 @@
|
|
|
2615
2615
|
"skip-tests",
|
|
2616
2616
|
"skip running component tests during tag process"
|
|
2617
2617
|
],
|
|
2618
|
+
[
|
|
2619
|
+
"",
|
|
2620
|
+
"skip-tasks <string>",
|
|
2621
|
+
"skip the given tasks. for multiple tasks, separate by a comma and wrap with quotes.\nspecify the task-name (e.g. \"TypescriptCompiler\") or the task-aspect-id (e.g. teambit.compilation/compiler)"
|
|
2622
|
+
],
|
|
2618
2623
|
[
|
|
2619
2624
|
"",
|
|
2620
2625
|
"skip-auto-tag",
|
|
@@ -2728,6 +2733,11 @@
|
|
|
2728
2733
|
"skip-tests",
|
|
2729
2734
|
"skip running component tests during snap process"
|
|
2730
2735
|
],
|
|
2736
|
+
[
|
|
2737
|
+
"",
|
|
2738
|
+
"skip-tasks <string>",
|
|
2739
|
+
"skip the given tasks. for multiple tasks, separate by a comma and wrap with quotes.\nspecify the task-name (e.g. \"TypescriptCompiler\") or the task-aspect-id (e.g. teambit.compilation/compiler)"
|
|
2740
|
+
],
|
|
2731
2741
|
[
|
|
2732
2742
|
"",
|
|
2733
2743
|
"skip-auto-snap",
|
|
@@ -2876,13 +2886,13 @@
|
|
|
2876
2886
|
],
|
|
2877
2887
|
[
|
|
2878
2888
|
"",
|
|
2879
|
-
"
|
|
2880
|
-
"
|
|
2889
|
+
"ignore-build-errors",
|
|
2890
|
+
"run the tag pipeline although the build pipeline failed"
|
|
2881
2891
|
],
|
|
2882
2892
|
[
|
|
2883
2893
|
"",
|
|
2884
|
-
"
|
|
2885
|
-
"run the
|
|
2894
|
+
"rebuild-artifacts",
|
|
2895
|
+
"run the full build pipeline. do not use the saved artifacts from the last snap"
|
|
2886
2896
|
],
|
|
2887
2897
|
[
|
|
2888
2898
|
"",
|
package/cli-reference.mdx
CHANGED
|
@@ -1841,6 +1841,7 @@ optionally, provide [pattern] to limit the fork to specific components
|
|
|
1841
1841
|
| `--build` | `-b` | locally run the build pipeline (i.e. not via rippleCI) and complete the snap |
|
|
1842
1842
|
| `--editor [editor]` | | open an editor to write a snap message per component. optionally specify the editor-name (defaults to vim). |
|
|
1843
1843
|
| `--skip-tests` | | skip running component tests during snap process |
|
|
1844
|
+
| `--skip-tasks <string>` | | skip the given tasks. for multiple tasks, separate by a comma and wrap with quotes. specify the task-name (e.g. "TypescriptCompiler") or the task-aspect-id (e.g. teambit.compilation/compiler) |
|
|
1844
1845
|
| `--skip-auto-snap` | | skip auto snapping dependents |
|
|
1845
1846
|
| `--disable-snap-pipeline` | | skip the snap pipeline. this will for instance skip packing and publishing component version for install, and app deployment |
|
|
1846
1847
|
| `--ignore-build-errors` | | proceed to snap pipeline even when build pipeline fails |
|
|
@@ -1976,6 +1977,7 @@ if patterns are entered, you can specify a version per pattern using "@" sign, e
|
|
|
1976
1977
|
| `--snapped` | | tag only components whose head is a snap (not a tag) |
|
|
1977
1978
|
| `--unmerged` | | complete a merge process by tagging the unmerged components |
|
|
1978
1979
|
| `--skip-tests` | | skip running component tests during tag process |
|
|
1980
|
+
| `--skip-tasks <string>` | | skip the given tasks. for multiple tasks, separate by a comma and wrap with quotes. specify the task-name (e.g. "TypescriptCompiler") or the task-aspect-id (e.g. teambit.compilation/compiler) |
|
|
1979
1981
|
| `--skip-auto-tag` | | skip auto tagging dependents |
|
|
1980
1982
|
| `--soft` | | do not persist. only keep note of the changes to be made |
|
|
1981
1983
|
| `--persist [skip-build]` | | persist the changes generated by --soft tag. by default, run the build pipeline, unless "skip-build" is provided |
|
package/dist/cli-reference.json
CHANGED
|
@@ -2615,6 +2615,11 @@
|
|
|
2615
2615
|
"skip-tests",
|
|
2616
2616
|
"skip running component tests during tag process"
|
|
2617
2617
|
],
|
|
2618
|
+
[
|
|
2619
|
+
"",
|
|
2620
|
+
"skip-tasks <string>",
|
|
2621
|
+
"skip the given tasks. for multiple tasks, separate by a comma and wrap with quotes.\nspecify the task-name (e.g. \"TypescriptCompiler\") or the task-aspect-id (e.g. teambit.compilation/compiler)"
|
|
2622
|
+
],
|
|
2618
2623
|
[
|
|
2619
2624
|
"",
|
|
2620
2625
|
"skip-auto-tag",
|
|
@@ -2728,6 +2733,11 @@
|
|
|
2728
2733
|
"skip-tests",
|
|
2729
2734
|
"skip running component tests during snap process"
|
|
2730
2735
|
],
|
|
2736
|
+
[
|
|
2737
|
+
"",
|
|
2738
|
+
"skip-tasks <string>",
|
|
2739
|
+
"skip the given tasks. for multiple tasks, separate by a comma and wrap with quotes.\nspecify the task-name (e.g. \"TypescriptCompiler\") or the task-aspect-id (e.g. teambit.compilation/compiler)"
|
|
2740
|
+
],
|
|
2731
2741
|
[
|
|
2732
2742
|
"",
|
|
2733
2743
|
"skip-auto-snap",
|
|
@@ -2876,13 +2886,13 @@
|
|
|
2876
2886
|
],
|
|
2877
2887
|
[
|
|
2878
2888
|
"",
|
|
2879
|
-
"
|
|
2880
|
-
"
|
|
2889
|
+
"ignore-build-errors",
|
|
2890
|
+
"run the tag pipeline although the build pipeline failed"
|
|
2881
2891
|
],
|
|
2882
2892
|
[
|
|
2883
2893
|
"",
|
|
2884
|
-
"
|
|
2885
|
-
"run the
|
|
2894
|
+
"rebuild-artifacts",
|
|
2895
|
+
"run the full build pipeline. do not use the saved artifacts from the last snap"
|
|
2886
2896
|
],
|
|
2887
2897
|
[
|
|
2888
2898
|
"",
|
|
@@ -9418,6 +9418,19 @@ function MDXContent(_ref) {
|
|
|
9418
9418
|
"align": null
|
|
9419
9419
|
}, (0, _react2.mdx)("inlineCode", {
|
|
9420
9420
|
parentName: "td"
|
|
9421
|
+
}, "--skip-tasks <string>")), (0, _react2.mdx)("td", {
|
|
9422
|
+
parentName: "tr",
|
|
9423
|
+
"align": "center"
|
|
9424
|
+
}), (0, _react2.mdx)("td", {
|
|
9425
|
+
parentName: "tr",
|
|
9426
|
+
"align": null
|
|
9427
|
+
}, "skip the given tasks. for multiple tasks, separate by a comma and wrap with quotes. specify the task-name (e.g. \"TypescriptCompiler\") or the task-aspect-id (e.g. teambit.compilation/compiler)")), (0, _react2.mdx)("tr", {
|
|
9428
|
+
parentName: "tbody"
|
|
9429
|
+
}, (0, _react2.mdx)("td", {
|
|
9430
|
+
parentName: "tr",
|
|
9431
|
+
"align": null
|
|
9432
|
+
}, (0, _react2.mdx)("inlineCode", {
|
|
9433
|
+
parentName: "td"
|
|
9421
9434
|
}, "--skip-auto-snap")), (0, _react2.mdx)("td", {
|
|
9422
9435
|
parentName: "tr",
|
|
9423
9436
|
"align": "center"
|
|
@@ -10241,6 +10254,19 @@ function MDXContent(_ref) {
|
|
|
10241
10254
|
"align": null
|
|
10242
10255
|
}, (0, _react2.mdx)("inlineCode", {
|
|
10243
10256
|
parentName: "td"
|
|
10257
|
+
}, "--skip-tasks <string>")), (0, _react2.mdx)("td", {
|
|
10258
|
+
parentName: "tr",
|
|
10259
|
+
"align": "center"
|
|
10260
|
+
}), (0, _react2.mdx)("td", {
|
|
10261
|
+
parentName: "tr",
|
|
10262
|
+
"align": null
|
|
10263
|
+
}, "skip the given tasks. for multiple tasks, separate by a comma and wrap with quotes. specify the task-name (e.g. \"TypescriptCompiler\") or the task-aspect-id (e.g. teambit.compilation/compiler)")), (0, _react2.mdx)("tr", {
|
|
10264
|
+
parentName: "tbody"
|
|
10265
|
+
}, (0, _react2.mdx)("td", {
|
|
10266
|
+
parentName: "tr",
|
|
10267
|
+
"align": null
|
|
10268
|
+
}, (0, _react2.mdx)("inlineCode", {
|
|
10269
|
+
parentName: "td"
|
|
10244
10270
|
}, "--skip-auto-tag")), (0, _react2.mdx)("td", {
|
|
10245
10271
|
parentName: "tr",
|
|
10246
10272
|
"align": "center"
|