@teambit/harmony.content.cli-reference 1.95.25 → 1.95.26

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.
@@ -1511,8 +1511,8 @@
1511
1511
  ],
1512
1512
  [
1513
1513
  "",
1514
- "skip-lane",
1515
- "EXPERIMENTAL. when checked out to a lane, do not import the component into the lane, save it on main"
1514
+ "save-in-lane",
1515
+ "EXPERIMENTAL. when checked out to a lane and the component is not on the remote-lane, save it in the lane (default to save on main)"
1516
1516
  ],
1517
1517
  [
1518
1518
  "",
package/cli-reference.mdx CHANGED
@@ -636,22 +636,22 @@ you can use a pattern for multiple ids, such as bit import "utils/\*". (wrap the
636
636
 
637
637
  `bit import [ids...]`
638
638
 
639
- | **Option** | **Option alias** | **Description** |
640
- | -------------------------------- | :--------------: | ------------------------------------------------------------------------------------------------------------------------------- |
641
- | `--path <path>` | `-p` | import components into a specific directory |
642
- | `--objects` | `-o` | import components objects only, don't write the components to the file system. This is a default behavior for import with no id |
643
- | `--display-dependencies` | `-d` | display the imported dependencies |
644
- | `--override` | `-O` | override local changes |
645
- | `--verbose` | `-v` | showing verbose output for inspection |
646
- | `--json` | `-j` | return the output as JSON |
647
- | `--conf` | | write the configuration file (component.json) of the component (harmony components only) |
648
- | `--skip-npm-install` | | DEPRECATED. use "--skip-dependency-installation" instead |
649
- | `--skip-dependency-installation` | | do not install packages of the imported components |
650
- | `--merge [strategy]` | `-m` | merge local changes with the imported version. strategy should be "theirs", "ours" or "manual" |
651
- | `--dependencies` | | EXPERIMENTAL. import all dependencies and write them to the workspace |
652
- | `--dependents` | | EXPERIMENTAL. import component dependents to allow auto-tag updating them upon tag |
653
- | `--skip-lane` | | EXPERIMENTAL. when checked out to a lane, do not import the component into the lane, save it on main |
654
- | `--all-history` | | relevant for fetching all components objects. avoid optimizations, fetch all history versions, always |
639
+ | **Option** | **Option alias** | **Description** |
640
+ | -------------------------------- | :--------------: | ----------------------------------------------------------------------------------------------------------------------------------- |
641
+ | `--path <path>` | `-p` | import components into a specific directory |
642
+ | `--objects` | `-o` | import components objects only, don't write the components to the file system. This is a default behavior for import with no id |
643
+ | `--display-dependencies` | `-d` | display the imported dependencies |
644
+ | `--override` | `-O` | override local changes |
645
+ | `--verbose` | `-v` | showing verbose output for inspection |
646
+ | `--json` | `-j` | return the output as JSON |
647
+ | `--conf` | | write the configuration file (component.json) of the component (harmony components only) |
648
+ | `--skip-npm-install` | | DEPRECATED. use "--skip-dependency-installation" instead |
649
+ | `--skip-dependency-installation` | | do not install packages of the imported components |
650
+ | `--merge [strategy]` | `-m` | merge local changes with the imported version. strategy should be "theirs", "ours" or "manual" |
651
+ | `--dependencies` | | EXPERIMENTAL. import all dependencies and write them to the workspace |
652
+ | `--dependents` | | EXPERIMENTAL. import component dependents to allow auto-tag updating them upon tag |
653
+ | `--save-in-lane` | | EXPERIMENTAL. when checked out to a lane and the component is not on the remote-lane, save it in the lane (default to save on main) |
654
+ | `--all-history` | | relevant for fetching all components objects. avoid optimizations, fetch all history versions, always |
655
655
 
656
656
  ---
657
657
 
@@ -1511,8 +1511,8 @@
1511
1511
  ],
1512
1512
  [
1513
1513
  "",
1514
- "skip-lane",
1515
- "EXPERIMENTAL. when checked out to a lane, do not import the component into the lane, save it on main"
1514
+ "save-in-lane",
1515
+ "EXPERIMENTAL. when checked out to a lane and the component is not on the remote-lane, save it in the lane (default to save on main)"
1516
1516
  ],
1517
1517
  [
1518
1518
  "",
@@ -2772,13 +2772,13 @@ function MDXContent(_ref) {
2772
2772
  "align": null
2773
2773
  }, (0, _react2.mdx)("inlineCode", {
2774
2774
  parentName: "td"
2775
- }, "--skip-lane")), (0, _react2.mdx)("td", {
2775
+ }, "--save-in-lane")), (0, _react2.mdx)("td", {
2776
2776
  parentName: "tr",
2777
2777
  "align": "center"
2778
2778
  }), (0, _react2.mdx)("td", {
2779
2779
  parentName: "tr",
2780
2780
  "align": null
2781
- }, "EXPERIMENTAL. when checked out to a lane, do not import the component into the lane, save it on main")), (0, _react2.mdx)("tr", {
2781
+ }, "EXPERIMENTAL. when checked out to a lane and the component is not on the remote-lane, save it in the lane (default to save on main)")), (0, _react2.mdx)("tr", {
2782
2782
  parentName: "tbody"
2783
2783
  }, (0, _react2.mdx)("td", {
2784
2784
  parentName: "tr",