@teambit/harmony.content.cli-reference 2.0.578 → 2.0.579

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.91'
2
+ description: 'Bit command synopses. Bit version: 1.9.92'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
@@ -5253,6 +5253,11 @@
5253
5253
  "",
5254
5254
  "strict",
5255
5255
  "in case issues found, exit with code 1"
5256
+ ],
5257
+ [
5258
+ "j",
5259
+ "json",
5260
+ "return the output in json format"
5256
5261
  ]
5257
5262
  ],
5258
5263
  "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
 
@@ -1,4 +1,4 @@
1
1
  ---
2
- description: 'Bit command synopses. Bit version: 1.9.91'
2
+ description: 'Bit command synopses. Bit version: 1.9.92'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
@@ -5253,6 +5253,11 @@
5253
5253
  "",
5254
5254
  "strict",
5255
5255
  "in case issues found, exit with code 1"
5256
+ ],
5257
+ [
5258
+ "j",
5259
+ "json",
5260
+ "return the output in json format"
5256
5261
  ]
5257
5262
  ],
5258
5263
  "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")))), (0, _react2.mdx)("hr", null), (0, _react2.mdx)("h2", null, "checkout"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
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"