@teambit/harmony.content.cli-reference 2.0.579 → 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.
@@ -1,4 +1,4 @@
1
1
  ---
2
- description: 'Bit command synopses. Bit version: 1.9.92'
2
+ description: 'Bit command synopses. Bit version: 1.9.93'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
@@ -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",
package/cli-reference.mdx CHANGED
@@ -2230,6 +2230,7 @@ list components templates when inside bit-workspace (for bit-create), otherwise,
2230
2230
  | `--env <id>` | `-e` | test only components assigned the given env |
2231
2231
  | `--update-snapshot` | | if supported by the tester, re-record every snapshot that fails during the test run |
2232
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 |
2233
2234
 
2234
2235
  ---
2235
2236
 
@@ -1,4 +1,4 @@
1
1
  ---
2
- description: 'Bit command synopses. Bit version: 1.9.92'
2
+ description: 'Bit command synopses. Bit version: 1.9.93'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
@@ -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",
@@ -11970,7 +11970,22 @@ function MDXContent(_ref) {
11970
11970
  }, "-s")), (0, _react2.mdx)("td", {
11971
11971
  parentName: "tr",
11972
11972
  "align": null
11973
- }, "DEPRECATED. (use the pattern instead, e.g. \"scopeName/", "*", "*", "\"). name of the scope to test")))), (0, _react2.mdx)("hr", null), (0, _react2.mdx)("h2", null, "undeprecate"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
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", {
11974
11989
  parentName: "p"
11975
11990
  }, "Description"), ": undeprecate a deprecated component (local/remote)"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("inlineCode", {
11976
11991
  parentName: "p"