@teambit/harmony.content.cli-reference 1.95.19 → 1.95.20
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.mdx +1 -0
- package/dist/cli-reference.mdx.js +16 -1
- package/dist/cli-reference.mdx.js.map +1 -1
- package/package-tar/teambit-harmony.content.cli-reference-1.95.20.tgz +0 -0
- package/package.json +2 -2
- package/{preview-1651202606218.js → preview-1652325916507.js} +2 -2
- package/package-tar/teambit-harmony.content.cli-reference-1.95.19.tgz +0 -0
package/cli-reference.mdx
CHANGED
|
@@ -553,6 +553,7 @@ you can use a pattern for multiple ids, such as bit export remote-scope "utils/\
|
|
|
553
553
|
| `--origin-directly` | | HARMONY ONLY. avoid export to the central hub, instead, export directly to the original scopes. not recommended! |
|
|
554
554
|
| `--resume <string>` | | in case the previous export failed and suggested to resume with an export-id, enter the id |
|
|
555
555
|
| `--ignore-missing-artifacts` | | EXPERIMENTAL. don't throw an error when artifact files are missing. not recommended, unless you're sure the artifacts are in the remote |
|
|
556
|
+
| `--json` | `-j` | show output in json format |
|
|
556
557
|
|
|
557
558
|
---
|
|
558
559
|
|
|
@@ -2230,7 +2230,22 @@ function MDXContent(_ref) {
|
|
|
2230
2230
|
}), (0, _react2.mdx)("td", {
|
|
2231
2231
|
parentName: "tr",
|
|
2232
2232
|
"align": null
|
|
2233
|
-
}, "EXPERIMENTAL. don't throw an error when artifact files are missing. not recommended, unless you're sure the artifacts are in the remote"))
|
|
2233
|
+
}, "EXPERIMENTAL. don't throw an error when artifact files are missing. not recommended, unless you're sure the artifacts are in the remote")), (0, _react2.mdx)("tr", {
|
|
2234
|
+
parentName: "tbody"
|
|
2235
|
+
}, (0, _react2.mdx)("td", {
|
|
2236
|
+
parentName: "tr",
|
|
2237
|
+
"align": null
|
|
2238
|
+
}, (0, _react2.mdx)("inlineCode", {
|
|
2239
|
+
parentName: "td"
|
|
2240
|
+
}, "--json")), (0, _react2.mdx)("td", {
|
|
2241
|
+
parentName: "tr",
|
|
2242
|
+
"align": "center"
|
|
2243
|
+
}, (0, _react2.mdx)("inlineCode", {
|
|
2244
|
+
parentName: "td"
|
|
2245
|
+
}, "-j")), (0, _react2.mdx)("td", {
|
|
2246
|
+
parentName: "tr",
|
|
2247
|
+
"align": null
|
|
2248
|
+
}, "show output in json format")))), (0, _react2.mdx)("hr", null), (0, _react2.mdx)("h2", null, "fork"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
|
|
2234
2249
|
parentName: "p"
|
|
2235
2250
|
}, "Workspace only"), ": no", (0, _react2.mdx)("br", {
|
|
2236
2251
|
parentName: "p"
|