@teambit/harmony.content.cli-reference 1.95.72 → 1.95.74

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.
@@ -1315,11 +1315,6 @@
1315
1315
  "json",
1316
1316
  "return the output as JSON"
1317
1317
  ],
1318
- [
1319
- "",
1320
- "conf",
1321
- "write the configuration file (component.json) of the component"
1322
- ],
1323
1318
  [
1324
1319
  "",
1325
1320
  "skip-npm-install",
@@ -2042,7 +2037,7 @@
2042
2037
  [
2043
2038
  "f",
2044
2039
  "force",
2045
- "removes the component from the scope, even if used as a dependency. WARNING: components that depend on this component will corrupt"
2040
+ "removes the lane even when the lane was not merged yet"
2046
2041
  ],
2047
2042
  [
2048
2043
  "s",
package/cli-reference.mdx CHANGED
@@ -658,7 +658,6 @@ you can use a pattern for multiple ids, such as bit import "utils/\*". (wrap the
658
658
  | `--override` | `-O` | override local changes |
659
659
  | `--verbose` | `-v` | show verbose output for inspection |
660
660
  | `--json` | `-j` | return the output as JSON |
661
- | `--conf` | | write the configuration file (component.json) of the component |
662
661
  | `--skip-npm-install` | | DEPRECATED. use "--skip-dependency-installation" instead |
663
662
  | `--skip-dependency-installation` | | do not install packages of the imported components |
664
663
  | `--merge [strategy]` | `-m` | merge local changes with the imported version. strategy should be "theirs", "ours" or "manual" |
@@ -1315,11 +1315,6 @@
1315
1315
  "json",
1316
1316
  "return the output as JSON"
1317
1317
  ],
1318
- [
1319
- "",
1320
- "conf",
1321
- "write the configuration file (component.json) of the component"
1322
- ],
1323
1318
  [
1324
1319
  "",
1325
1320
  "skip-npm-install",
@@ -2042,7 +2037,7 @@
2042
2037
  [
2043
2038
  "f",
2044
2039
  "force",
2045
- "removes the component from the scope, even if used as a dependency. WARNING: components that depend on this component will corrupt"
2040
+ "removes the lane even when the lane was not merged yet"
2046
2041
  ],
2047
2042
  [
2048
2043
  "s",
@@ -2703,19 +2703,6 @@ function MDXContent(_ref) {
2703
2703
  "align": null
2704
2704
  }, (0, _react2.mdx)("inlineCode", {
2705
2705
  parentName: "td"
2706
- }, "--conf")), (0, _react2.mdx)("td", {
2707
- parentName: "tr",
2708
- "align": "center"
2709
- }), (0, _react2.mdx)("td", {
2710
- parentName: "tr",
2711
- "align": null
2712
- }, "write the configuration file (component.json) of the component")), (0, _react2.mdx)("tr", {
2713
- parentName: "tbody"
2714
- }, (0, _react2.mdx)("td", {
2715
- parentName: "tr",
2716
- "align": null
2717
- }, (0, _react2.mdx)("inlineCode", {
2718
- parentName: "td"
2719
2706
  }, "--skip-npm-install")), (0, _react2.mdx)("td", {
2720
2707
  parentName: "tr",
2721
2708
  "align": "center"