@teambit/harmony.content.cli-reference 2.0.78 → 2.0.80

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,5 +1,5 @@
1
1
  ---
2
- description: 'Bit command synopses. Bit version: 1.5.2'
2
+ description: 'Bit command synopses. Bit version: 1.5.3'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
5
5
 
@@ -1710,9 +1710,19 @@
1710
1710
  "",
1711
1711
  "fail-fast",
1712
1712
  "stop pipeline execution on the first failed task (by default a task is skipped only when its dependency failed)"
1713
+ ],
1714
+ [
1715
+ "",
1716
+ "include-snap",
1717
+ "EXPERIMENTAL. include snap pipeline tasks. Warning: this may deploy/publish if you have such tasks"
1718
+ ],
1719
+ [
1720
+ "",
1721
+ "include-tag",
1722
+ "EXPERIMENTAL. include tag pipeline tasks. Warning: this may deploy/publish if you have such tasks"
1713
1723
  ]
1714
1724
  ],
1715
- "description": "run set of tasks for build. ",
1725
+ "description": "run set of tasks for build.",
1716
1726
  "extendedDescription": "by default, only new and modified components are built",
1717
1727
  "group": "development",
1718
1728
  "private": false,
package/cli-reference.mdx CHANGED
@@ -194,6 +194,8 @@ by default, only new and modified components are built
194
194
  | `--list-tasks <string>` | | list tasks of an env or a component-id for each one of the pipelines: build, tag and snap |
195
195
  | `--skip-tests` | | skip running component tests during build process |
196
196
  | `--fail-fast` | | stop pipeline execution on the first failed task (by default a task is skipped only when its dependency failed) |
197
+ | `--include-snap` | | EXPERIMENTAL. include snap pipeline tasks. Warning: this may deploy/publish if you have such tasks |
198
+ | `--include-tag` | | EXPERIMENTAL. include tag pipeline tasks. Warning: this may deploy/publish if you have such tasks |
197
199
 
198
200
  ---
199
201
 
@@ -1,5 +1,5 @@
1
1
  ---
2
- description: 'Bit command synopses. Bit version: 1.5.2'
2
+ description: 'Bit command synopses. Bit version: 1.5.3'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
5
5
 
@@ -1710,9 +1710,19 @@
1710
1710
  "",
1711
1711
  "fail-fast",
1712
1712
  "stop pipeline execution on the first failed task (by default a task is skipped only when its dependency failed)"
1713
+ ],
1714
+ [
1715
+ "",
1716
+ "include-snap",
1717
+ "EXPERIMENTAL. include snap pipeline tasks. Warning: this may deploy/publish if you have such tasks"
1718
+ ],
1719
+ [
1720
+ "",
1721
+ "include-tag",
1722
+ "EXPERIMENTAL. include tag pipeline tasks. Warning: this may deploy/publish if you have such tasks"
1713
1723
  ]
1714
1724
  ],
1715
- "description": "run set of tasks for build. ",
1725
+ "description": "run set of tasks for build.",
1716
1726
  "extendedDescription": "by default, only new and modified components are built",
1717
1727
  "group": "development",
1718
1728
  "private": false,
@@ -986,7 +986,33 @@ function MDXContent(_ref) {
986
986
  }), (0, _react2.mdx)("td", {
987
987
  parentName: "tr",
988
988
  "align": null
989
- }, "stop pipeline execution on the first failed task (by default a task is skipped only when its dependency failed)")))), (0, _react2.mdx)("hr", null), (0, _react2.mdx)("h2", null, "capsule"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
989
+ }, "stop pipeline execution on the first failed task (by default a task is skipped only when its dependency failed)")), (0, _react2.mdx)("tr", {
990
+ parentName: "tbody"
991
+ }, (0, _react2.mdx)("td", {
992
+ parentName: "tr",
993
+ "align": null
994
+ }, (0, _react2.mdx)("inlineCode", {
995
+ parentName: "td"
996
+ }, "--include-snap")), (0, _react2.mdx)("td", {
997
+ parentName: "tr",
998
+ "align": "center"
999
+ }), (0, _react2.mdx)("td", {
1000
+ parentName: "tr",
1001
+ "align": null
1002
+ }, "EXPERIMENTAL. include snap pipeline tasks. Warning: this may deploy/publish if you have such tasks")), (0, _react2.mdx)("tr", {
1003
+ parentName: "tbody"
1004
+ }, (0, _react2.mdx)("td", {
1005
+ parentName: "tr",
1006
+ "align": null
1007
+ }, (0, _react2.mdx)("inlineCode", {
1008
+ parentName: "td"
1009
+ }, "--include-tag")), (0, _react2.mdx)("td", {
1010
+ parentName: "tr",
1011
+ "align": "center"
1012
+ }), (0, _react2.mdx)("td", {
1013
+ parentName: "tr",
1014
+ "align": null
1015
+ }, "EXPERIMENTAL. include tag pipeline tasks. Warning: this may deploy/publish if you have such tasks")))), (0, _react2.mdx)("hr", null), (0, _react2.mdx)("h2", null, "capsule"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
990
1016
  parentName: "p"
991
1017
  }, "Description"), ": manage capsules", (0, _react2.mdx)("br", {
992
1018
  parentName: "p"