@teambit/harmony.content.cli-reference 2.0.411 → 2.0.412
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 +1 -0
- package/dist/cli-reference.docs.mdx +1 -1
- package/dist/cli-reference.json +5 -0
- package/dist/cli-reference.mdx.js +13 -0
- package/dist/cli-reference.mdx.js.map +1 -1
- package/dist/{preview-1726197648951.js → preview-1726543267663.js} +2 -2
- package/package.json +2 -2
package/cli-reference.docs.mdx
CHANGED
package/cli-reference.json
CHANGED
|
@@ -1706,6 +1706,11 @@
|
|
|
1706
1706
|
"skip-tests",
|
|
1707
1707
|
"skip running component tests during build process"
|
|
1708
1708
|
],
|
|
1709
|
+
[
|
|
1710
|
+
"",
|
|
1711
|
+
"skip-tasks <string>",
|
|
1712
|
+
"skip the given tasks. for multiple tasks, separate by a comma and wrap with quotes.\n specify the task-name (e.g. \"TypescriptCompiler\") or the task-aspect-id (e.g. teambit.compilation/compiler)"
|
|
1713
|
+
],
|
|
1709
1714
|
[
|
|
1710
1715
|
"",
|
|
1711
1716
|
"fail-fast",
|
package/cli-reference.mdx
CHANGED
|
@@ -197,6 +197,7 @@ because this process can take a while on a large workspace, some flags are avail
|
|
|
197
197
|
| `--cache-packages-on-capsule-root` | | set the package-manager cache on the capsule root |
|
|
198
198
|
| `--list-tasks <string>` | | list tasks of an env or a component-id for each one of the pipelines: build, tag and snap |
|
|
199
199
|
| `--skip-tests` | | skip running component tests during build process |
|
|
200
|
+
| `--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) |
|
|
200
201
|
| `--fail-fast` | | stop pipeline execution on the first failed task (by default a task is skipped only when its dependency failed) |
|
|
201
202
|
| `--include-snap` | | EXPERIMENTAL. include snap pipeline tasks. Warning: this may deploy/publish if you have such tasks |
|
|
202
203
|
| `--include-tag` | | EXPERIMENTAL. include tag pipeline tasks. Warning: this may deploy/publish if you have such tasks |
|
package/dist/cli-reference.json
CHANGED
|
@@ -1706,6 +1706,11 @@
|
|
|
1706
1706
|
"skip-tests",
|
|
1707
1707
|
"skip running component tests during build process"
|
|
1708
1708
|
],
|
|
1709
|
+
[
|
|
1710
|
+
"",
|
|
1711
|
+
"skip-tasks <string>",
|
|
1712
|
+
"skip the given tasks. for multiple tasks, separate by a comma and wrap with quotes.\n specify the task-name (e.g. \"TypescriptCompiler\") or the task-aspect-id (e.g. teambit.compilation/compiler)"
|
|
1713
|
+
],
|
|
1709
1714
|
[
|
|
1710
1715
|
"",
|
|
1711
1716
|
"fail-fast",
|
|
@@ -998,6 +998,19 @@ function MDXContent(_ref) {
|
|
|
998
998
|
"align": null
|
|
999
999
|
}, (0, _react2.mdx)("inlineCode", {
|
|
1000
1000
|
parentName: "td"
|
|
1001
|
+
}, "--skip-tasks <string>")), (0, _react2.mdx)("td", {
|
|
1002
|
+
parentName: "tr",
|
|
1003
|
+
"align": "center"
|
|
1004
|
+
}), (0, _react2.mdx)("td", {
|
|
1005
|
+
parentName: "tr",
|
|
1006
|
+
"align": null
|
|
1007
|
+
}, "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", {
|
|
1008
|
+
parentName: "tbody"
|
|
1009
|
+
}, (0, _react2.mdx)("td", {
|
|
1010
|
+
parentName: "tr",
|
|
1011
|
+
"align": null
|
|
1012
|
+
}, (0, _react2.mdx)("inlineCode", {
|
|
1013
|
+
parentName: "td"
|
|
1001
1014
|
}, "--fail-fast")), (0, _react2.mdx)("td", {
|
|
1002
1015
|
parentName: "tr",
|
|
1003
1016
|
"align": "center"
|