@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.
@@ -1,5 +1,5 @@
1
1
  ---
2
- description: 'Bit command synopses. Bit version: 1.8.65'
2
+ description: 'Bit command synopses. Bit version: 1.8.66'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
5
5
 
@@ -2814,6 +2814,11 @@
2814
2814
  "open-browser",
2815
2815
  "open a browser once the export is completed in the cloud job url"
2816
2816
  ],
2817
+ [
2818
+ "",
2819
+ "verbose",
2820
+ "per exported component, show the versions being exported"
2821
+ ],
2817
2822
  [
2818
2823
  "j",
2819
2824
  "json",
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
  ---
@@ -1,5 +1,5 @@
1
1
  ---
2
- description: 'Bit command synopses. Bit version: 1.8.65'
2
+ description: 'Bit command synopses. Bit version: 1.8.66'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
5
5
 
@@ -2814,6 +2814,11 @@
2814
2814
  "open-browser",
2815
2815
  "open a browser once the export is completed in the cloud job url"
2816
2816
  ],
2817
+ [
2818
+ "",
2819
+ "verbose",
2820
+ "per exported component, show the versions being exported"
2821
+ ],
2817
2822
  [
2818
2823
  "j",
2819
2824
  "json",
@@ -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"