@teambit/harmony.content.cli-reference 2.0.7 → 2.0.9

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.0.6'
2
+ description: 'Bit command synopses. Bit version: 1.0.7'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
5
5
 
@@ -2301,6 +2301,11 @@
2301
2301
  "resume <string>",
2302
2302
  "in case the previous export failed and suggested to resume with an export-id, enter the id"
2303
2303
  ],
2304
+ [
2305
+ "",
2306
+ "head-only",
2307
+ "EXPERIMENTAL. in case previous export failed and locally it shows exported and only one snap/tag was created, try using this flag"
2308
+ ],
2304
2309
  [
2305
2310
  "",
2306
2311
  "ignore-missing-artifacts",
package/cli-reference.mdx CHANGED
@@ -765,6 +765,7 @@ bit export => export all staged snaps/tags of components to their remote scope.
765
765
  | `--all-versions` | | export not only staged versions but all of them (useful when versions in the remote scope are corrupted or missing) |
766
766
  | `--origin-directly` | | EXPERIMENTAL. avoid export to the central hub, instead, export directly to the original scopes. not recommended! |
767
767
  | `--resume <string>` | | in case the previous export failed and suggested to resume with an export-id, enter the id |
768
+ | `--head-only` | | EXPERIMENTAL. in case previous export failed and locally it shows exported and only one snap/tag was created, try using this flag |
768
769
  | `--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 |
769
770
  | `--fork-lane-new-scope` | | allow exporting a forked lane into a different scope than the original scope |
770
771
  | `--json` | `-j` | show output in json format |
@@ -1,5 +1,5 @@
1
1
  ---
2
- description: 'Bit command synopses. Bit version: 1.0.6'
2
+ description: 'Bit command synopses. Bit version: 1.0.7'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
5
5
 
@@ -2301,6 +2301,11 @@
2301
2301
  "resume <string>",
2302
2302
  "in case the previous export failed and suggested to resume with an export-id, enter the id"
2303
2303
  ],
2304
+ [
2305
+ "",
2306
+ "head-only",
2307
+ "EXPERIMENTAL. in case previous export failed and locally it shows exported and only one snap/tag was created, try using this flag"
2308
+ ],
2304
2309
  [
2305
2310
  "",
2306
2311
  "ignore-missing-artifacts",
@@ -3471,6 +3471,19 @@ function MDXContent(_ref) {
3471
3471
  "align": null
3472
3472
  }, (0, _react2.mdx)("inlineCode", {
3473
3473
  parentName: "td"
3474
+ }, "--head-only")), (0, _react2.mdx)("td", {
3475
+ parentName: "tr",
3476
+ "align": "center"
3477
+ }), (0, _react2.mdx)("td", {
3478
+ parentName: "tr",
3479
+ "align": null
3480
+ }, "EXPERIMENTAL. in case previous export failed and locally it shows exported and only one snap/tag was created, try using this flag")), (0, _react2.mdx)("tr", {
3481
+ parentName: "tbody"
3482
+ }, (0, _react2.mdx)("td", {
3483
+ parentName: "tr",
3484
+ "align": null
3485
+ }, (0, _react2.mdx)("inlineCode", {
3486
+ parentName: "td"
3474
3487
  }, "--ignore-missing-artifacts")), (0, _react2.mdx)("td", {
3475
3488
  parentName: "tr",
3476
3489
  "align": "center"