@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.
- 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 +16 -1
- package/dist/cli-reference.mdx.js.map +1 -1
- package/dist/{preview-1741663186783.js → preview-1741704817601.js} +2 -2
- package/package.json +2 -2
package/cli-reference.docs.mdx
CHANGED
package/cli-reference.json
CHANGED
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
|
|
package/dist/cli-reference.json
CHANGED
|
@@ -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"
|