@teambit/harmony.content.cli-reference 2.0.578 → 2.0.580
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 +32 -2
- package/dist/cli-reference.mdx.js.map +1 -1
- package/dist/{preview-1741663186783.js → preview-1741749674929.js} +2 -2
- package/package.json +2 -2
package/cli-reference.docs.mdx
CHANGED
package/cli-reference.json
CHANGED
|
@@ -3638,6 +3638,11 @@
|
|
|
3638
3638
|
"s",
|
|
3639
3639
|
"scope <scope-name>",
|
|
3640
3640
|
"DEPRECATED. (use the pattern instead, e.g. \"scopeName/**\"). name of the scope to test"
|
|
3641
|
+
],
|
|
3642
|
+
[
|
|
3643
|
+
"j",
|
|
3644
|
+
"json",
|
|
3645
|
+
"return the results in json format"
|
|
3641
3646
|
]
|
|
3642
3647
|
],
|
|
3643
3648
|
"description": "test components in the workspace. by default only runs tests for new and modified components",
|
|
@@ -5253,6 +5258,11 @@
|
|
|
5253
5258
|
"",
|
|
5254
5259
|
"strict",
|
|
5255
5260
|
"in case issues found, exit with code 1"
|
|
5261
|
+
],
|
|
5262
|
+
[
|
|
5263
|
+
"j",
|
|
5264
|
+
"json",
|
|
5265
|
+
"return the output in json format"
|
|
5256
5266
|
]
|
|
5257
5267
|
],
|
|
5258
5268
|
"description": "check typescript types",
|
package/cli-reference.mdx
CHANGED
|
@@ -306,6 +306,7 @@ with no args, only workspace's capsules are deleted
|
|
|
306
306
|
| ---------- | :--------------: | --------------------------------------------------------- |
|
|
307
307
|
| `--all` | `-a` | check-types for all components, not only modified and new |
|
|
308
308
|
| `--strict` | | in case issues found, exit with code 1 |
|
|
309
|
+
| `--json` | `-j` | return the output in json format |
|
|
309
310
|
|
|
310
311
|
---
|
|
311
312
|
|
|
@@ -2229,6 +2230,7 @@ list components templates when inside bit-workspace (for bit-create), otherwise,
|
|
|
2229
2230
|
| `--env <id>` | `-e` | test only components assigned the given env |
|
|
2230
2231
|
| `--update-snapshot` | | if supported by the tester, re-record every snapshot that fails during the test run |
|
|
2231
2232
|
| `--scope <scope-name>` | `-s` | DEPRECATED. (use the pattern instead, e.g. "scopeName/\*\*"). name of the scope to test |
|
|
2233
|
+
| `--json` | `-j` | return the results in json format |
|
|
2232
2234
|
|
|
2233
2235
|
---
|
|
2234
2236
|
|
package/dist/cli-reference.json
CHANGED
|
@@ -3638,6 +3638,11 @@
|
|
|
3638
3638
|
"s",
|
|
3639
3639
|
"scope <scope-name>",
|
|
3640
3640
|
"DEPRECATED. (use the pattern instead, e.g. \"scopeName/**\"). name of the scope to test"
|
|
3641
|
+
],
|
|
3642
|
+
[
|
|
3643
|
+
"j",
|
|
3644
|
+
"json",
|
|
3645
|
+
"return the results in json format"
|
|
3641
3646
|
]
|
|
3642
3647
|
],
|
|
3643
3648
|
"description": "test components in the workspace. by default only runs tests for new and modified components",
|
|
@@ -5253,6 +5258,11 @@
|
|
|
5253
5258
|
"",
|
|
5254
5259
|
"strict",
|
|
5255
5260
|
"in case issues found, exit with code 1"
|
|
5261
|
+
],
|
|
5262
|
+
[
|
|
5263
|
+
"j",
|
|
5264
|
+
"json",
|
|
5265
|
+
"return the output in json format"
|
|
5256
5266
|
]
|
|
5257
5267
|
],
|
|
5258
5268
|
"description": "check typescript types",
|
|
@@ -1601,7 +1601,22 @@ function MDXContent(_ref) {
|
|
|
1601
1601
|
}), (0, _react2.mdx)("td", {
|
|
1602
1602
|
parentName: "tr",
|
|
1603
1603
|
"align": null
|
|
1604
|
-
}, "in case issues found, exit with code 1"))
|
|
1604
|
+
}, "in case issues found, exit with code 1")), (0, _react2.mdx)("tr", {
|
|
1605
|
+
parentName: "tbody"
|
|
1606
|
+
}, (0, _react2.mdx)("td", {
|
|
1607
|
+
parentName: "tr",
|
|
1608
|
+
"align": null
|
|
1609
|
+
}, (0, _react2.mdx)("inlineCode", {
|
|
1610
|
+
parentName: "td"
|
|
1611
|
+
}, "--json")), (0, _react2.mdx)("td", {
|
|
1612
|
+
parentName: "tr",
|
|
1613
|
+
"align": "center"
|
|
1614
|
+
}, (0, _react2.mdx)("inlineCode", {
|
|
1615
|
+
parentName: "td"
|
|
1616
|
+
}, "-j")), (0, _react2.mdx)("td", {
|
|
1617
|
+
parentName: "tr",
|
|
1618
|
+
"align": null
|
|
1619
|
+
}, "return the output in json format")))), (0, _react2.mdx)("hr", null), (0, _react2.mdx)("h2", null, "checkout"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
|
|
1605
1620
|
parentName: "p"
|
|
1606
1621
|
}, "Alias"), ": ", (0, _react2.mdx)("inlineCode", {
|
|
1607
1622
|
parentName: "p"
|
|
@@ -11955,7 +11970,22 @@ function MDXContent(_ref) {
|
|
|
11955
11970
|
}, "-s")), (0, _react2.mdx)("td", {
|
|
11956
11971
|
parentName: "tr",
|
|
11957
11972
|
"align": null
|
|
11958
|
-
}, "DEPRECATED. (use the pattern instead, e.g. \"scopeName/", "*", "*", "\"). name of the scope to test"))
|
|
11973
|
+
}, "DEPRECATED. (use the pattern instead, e.g. \"scopeName/", "*", "*", "\"). name of the scope to test")), (0, _react2.mdx)("tr", {
|
|
11974
|
+
parentName: "tbody"
|
|
11975
|
+
}, (0, _react2.mdx)("td", {
|
|
11976
|
+
parentName: "tr",
|
|
11977
|
+
"align": null
|
|
11978
|
+
}, (0, _react2.mdx)("inlineCode", {
|
|
11979
|
+
parentName: "td"
|
|
11980
|
+
}, "--json")), (0, _react2.mdx)("td", {
|
|
11981
|
+
parentName: "tr",
|
|
11982
|
+
"align": "center"
|
|
11983
|
+
}, (0, _react2.mdx)("inlineCode", {
|
|
11984
|
+
parentName: "td"
|
|
11985
|
+
}, "-j")), (0, _react2.mdx)("td", {
|
|
11986
|
+
parentName: "tr",
|
|
11987
|
+
"align": null
|
|
11988
|
+
}, "return the results in json format")))), (0, _react2.mdx)("hr", null), (0, _react2.mdx)("h2", null, "undeprecate"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
|
|
11959
11989
|
parentName: "p"
|
|
11960
11990
|
}, "Description"), ": undeprecate a deprecated component (local/remote)"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("inlineCode", {
|
|
11961
11991
|
parentName: "p"
|