@teambit/harmony.content.cli-reference 1.95.165 → 1.95.167

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: 0.1.84'
2
+ description: 'Bit command synopses. Bit version: 0.1.86'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
5
5
 
@@ -2134,6 +2134,11 @@
2134
2134
  "ignore-missing-artifacts",
2135
2135
  "EXPERIMENTAL. don't throw an error when artifact files are missing. not recommended, unless you're sure the artifacts are in the remote"
2136
2136
  ],
2137
+ [
2138
+ "",
2139
+ "fork-lane-new-scope",
2140
+ "allow exporting a forked lane into a different scope than the original scope"
2141
+ ],
2137
2142
  [
2138
2143
  "j",
2139
2144
  "json",
@@ -2968,6 +2973,11 @@
2968
2973
  "",
2969
2974
  "alias <name>",
2970
2975
  "a local alias to refer to this lane, defaults to the `<lane-name>` (can be added later with \"bit lane alias\")"
2976
+ ],
2977
+ [
2978
+ "",
2979
+ "fork-lane-new-scope",
2980
+ "allow forking a lane into a different scope than the original lane"
2971
2981
  ]
2972
2982
  ],
2973
2983
  "description": "creates a new lane and switches to it",
package/cli-reference.mdx CHANGED
@@ -601,6 +601,7 @@ bit export => export all staged components to their current scope, if checked ou
601
601
  | `--origin-directly` | | EXPERIMENTAL. avoid export to the central hub, instead, export directly to the original scopes. not recommended! |
602
602
  | `--resume <string>` | | in case the previous export failed and suggested to resume with an export-id, enter the id |
603
603
  | `--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 |
604
+ | `--fork-lane-new-scope` | | allow exporting a forked lane into a different scope than the original scope |
604
605
  | `--json` | `-j` | show output in json format |
605
606
 
606
607
  ---
@@ -840,6 +841,7 @@ a lane created from another lane has all the components of the original lane.
840
841
  | `--scope <scope-name>` | `-s` | remote scope where this lane will be exported to, default to the defaultScope (can be changed later with "bit lane change-scope") |
841
842
  | `--remote-scope <scope-name>` | | DEPRECATED. use --scope |
842
843
  | `--alias <name>` | | a local alias to refer to this lane, defaults to the `<lane-name>` (can be added later with "bit lane alias") |
844
+ | `--fork-lane-new-scope` | | allow forking a lane into a different scope than the original lane |
843
845
 
844
846
  ### lane remove
845
847
 
@@ -1,5 +1,5 @@
1
1
  ---
2
- description: 'Bit command synopses. Bit version: 0.1.84'
2
+ description: 'Bit command synopses. Bit version: 0.1.86'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
5
5
 
@@ -2134,6 +2134,11 @@
2134
2134
  "ignore-missing-artifacts",
2135
2135
  "EXPERIMENTAL. don't throw an error when artifact files are missing. not recommended, unless you're sure the artifacts are in the remote"
2136
2136
  ],
2137
+ [
2138
+ "",
2139
+ "fork-lane-new-scope",
2140
+ "allow exporting a forked lane into a different scope than the original scope"
2141
+ ],
2137
2142
  [
2138
2143
  "j",
2139
2144
  "json",
@@ -2968,6 +2973,11 @@
2968
2973
  "",
2969
2974
  "alias <name>",
2970
2975
  "a local alias to refer to this lane, defaults to the `<lane-name>` (can be added later with \"bit lane alias\")"
2976
+ ],
2977
+ [
2978
+ "",
2979
+ "fork-lane-new-scope",
2980
+ "allow forking a lane into a different scope than the original lane"
2971
2981
  ]
2972
2982
  ],
2973
2983
  "description": "creates a new lane and switches to it",
@@ -2421,6 +2421,19 @@ function MDXContent(_ref) {
2421
2421
  "align": null
2422
2422
  }, (0, _react2.mdx)("inlineCode", {
2423
2423
  parentName: "td"
2424
+ }, "--fork-lane-new-scope")), (0, _react2.mdx)("td", {
2425
+ parentName: "tr",
2426
+ "align": "center"
2427
+ }), (0, _react2.mdx)("td", {
2428
+ parentName: "tr",
2429
+ "align": null
2430
+ }, "allow exporting a forked lane into a different scope than the original scope")), (0, _react2.mdx)("tr", {
2431
+ parentName: "tbody"
2432
+ }, (0, _react2.mdx)("td", {
2433
+ parentName: "tr",
2434
+ "align": null
2435
+ }, (0, _react2.mdx)("inlineCode", {
2436
+ parentName: "td"
2424
2437
  }, "--json")), (0, _react2.mdx)("td", {
2425
2438
  parentName: "tr",
2426
2439
  "align": "center"
@@ -3885,7 +3898,20 @@ function MDXContent(_ref) {
3885
3898
  "align": null
3886
3899
  }, "a local alias to refer to this lane, defaults to the ", (0, _react2.mdx)("inlineCode", {
3887
3900
  parentName: "td"
3888
- }, "<lane-name>"), " (can be added later with \"bit lane alias\")")))), (0, _react2.mdx)("h3", null, "lane remove"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
3901
+ }, "<lane-name>"), " (can be added later with \"bit lane alias\")")), (0, _react2.mdx)("tr", {
3902
+ parentName: "tbody"
3903
+ }, (0, _react2.mdx)("td", {
3904
+ parentName: "tr",
3905
+ "align": null
3906
+ }, (0, _react2.mdx)("inlineCode", {
3907
+ parentName: "td"
3908
+ }, "--fork-lane-new-scope")), (0, _react2.mdx)("td", {
3909
+ parentName: "tr",
3910
+ "align": "center"
3911
+ }), (0, _react2.mdx)("td", {
3912
+ parentName: "tr",
3913
+ "align": null
3914
+ }, "allow forking a lane into a different scope than the original lane")))), (0, _react2.mdx)("h3", null, "lane remove"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
3889
3915
  parentName: "p"
3890
3916
  }, "Usage"), ": ", (0, _react2.mdx)("inlineCode", {
3891
3917
  parentName: "p"