@teambit/harmony.content.cli-reference 2.0.419 → 2.0.420
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 +13 -0
- package/dist/cli-reference.mdx.js.map +1 -1
- package/dist/{preview-1727320764732.js → preview-1727493533090.js} +2 -2
- package/package.json +2 -2
package/cli-reference.docs.mdx
CHANGED
package/cli-reference.json
CHANGED
package/cli-reference.mdx
CHANGED
|
@@ -801,6 +801,7 @@ bit export => export all staged snaps/tags of components to their remote scope.
|
|
|
801
801
|
| `--ignore-missing-artifacts` | | don't throw an error when artifact files are missing. not recommended, unless you're sure the artifacts are in the remote |
|
|
802
802
|
| `--fork-lane-new-scope` | | allow exporting a forked lane into a different scope than the original scope |
|
|
803
803
|
| `--open-browser` | | open a browser once the export is completed in the cloud job url |
|
|
804
|
+
| `--verbose` | | per exported component, show the versions being exported |
|
|
804
805
|
| `--json` | `-j` | show output in json format |
|
|
805
806
|
|
|
806
807
|
---
|
package/dist/cli-reference.json
CHANGED
|
@@ -3928,6 +3928,19 @@ function MDXContent(_ref) {
|
|
|
3928
3928
|
"align": null
|
|
3929
3929
|
}, (0, _react2.mdx)("inlineCode", {
|
|
3930
3930
|
parentName: "td"
|
|
3931
|
+
}, "--verbose")), (0, _react2.mdx)("td", {
|
|
3932
|
+
parentName: "tr",
|
|
3933
|
+
"align": "center"
|
|
3934
|
+
}), (0, _react2.mdx)("td", {
|
|
3935
|
+
parentName: "tr",
|
|
3936
|
+
"align": null
|
|
3937
|
+
}, "per exported component, show the versions being exported")), (0, _react2.mdx)("tr", {
|
|
3938
|
+
parentName: "tbody"
|
|
3939
|
+
}, (0, _react2.mdx)("td", {
|
|
3940
|
+
parentName: "tr",
|
|
3941
|
+
"align": null
|
|
3942
|
+
}, (0, _react2.mdx)("inlineCode", {
|
|
3943
|
+
parentName: "td"
|
|
3931
3944
|
}, "--json")), (0, _react2.mdx)("td", {
|
|
3932
3945
|
parentName: "tr",
|
|
3933
3946
|
"align": "center"
|