@teambit/harmony.content.cli-reference 1.95.101 → 1.95.103

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.
@@ -2283,6 +2283,11 @@
2283
2283
  "message <message>",
2284
2284
  "log message describing the latest changes"
2285
2285
  ],
2286
+ [
2287
+ "",
2288
+ "lane <lane-id>",
2289
+ "fetch the components from the given lane"
2290
+ ],
2286
2291
  [
2287
2292
  "",
2288
2293
  "build",
@@ -2307,6 +2312,11 @@
2307
2312
  "i",
2308
2313
  "ignore-issues [issues]",
2309
2314
  "ignore component issues (shown in \"bit status\" as \"issues found\"), issues to ignore:\n[MissingPackagesDependenciesOnFs, MissingManuallyConfiguredPackages, MissingComponents, UntrackedDependencies, ResolveErrors, RelativeComponents, RelativeComponentsAuthored, ParseErrors, MissingDists, LegacyInsideHarmony, MissingDependenciesOnFs, ImportNonMainFiles, CustomModuleResolutionUsed, MultipleEnvs, MissingLinksFromNodeModulesToSrc, CircularDependencies, DuplicateComponentAndPackage, MergeConfigHasConflict]\nto ignore multiple issues, separate them by a comma and wrap with quotes. to ignore all issues, specify \"*\"."
2315
+ ],
2316
+ [
2317
+ "j",
2318
+ "json",
2319
+ "output as json format"
2310
2320
  ]
2311
2321
  ],
2312
2322
  "description": "snap components from a bare-scope",
@@ -2795,9 +2805,14 @@
2795
2805
  "private": true
2796
2806
  },
2797
2807
  {
2798
- "name": "_merge-lane <lane> [pattern]",
2808
+ "name": "_merge-lane <from-lane> [to-lane]",
2799
2809
  "alias": "",
2800
2810
  "options": [
2811
+ [
2812
+ "",
2813
+ "pattern <string>",
2814
+ "partially merge the lane with the specified component-pattern"
2815
+ ],
2801
2816
  [
2802
2817
  "",
2803
2818
  "push",
@@ -2824,19 +2839,19 @@
2824
2839
  "output as json format"
2825
2840
  ]
2826
2841
  ],
2827
- "description": "merge a remote lane into main via a bare-scope (not workspace)",
2828
- "extendedDescription": "to merge from a workspace, use \"bit lane merge\" command.\nthis is intended to use from the UI, which will have a button to merge an existing lane into main.\nthe lane must be up-to-date with main, otherwise, conflicts might occur which are not handled in this command",
2842
+ "description": "merge a remote lane into another lane or main via a bare-scope (not workspace)",
2843
+ "extendedDescription": "to merge from a workspace, use \"bit lane merge\" command.\nthis is intended to use from the UI, which will have a button to merge an existing lane.\nthe lane must be up-to-date with the other lane, otherwise, conflicts might occur which are not handled in this command",
2829
2844
  "group": "ungrouped",
2830
2845
  "private": true,
2831
2846
  "remoteOp": true,
2832
2847
  "arguments": [
2833
2848
  {
2834
- "name": "lane",
2835
- "description": "lane-id to merge to main"
2849
+ "name": "from-lane",
2850
+ "description": "lane-id to merge from"
2836
2851
  },
2837
2852
  {
2838
- "name": "pattern",
2839
- "description": "EXPERIMENTAL. partially merge the lane with the specified component-pattern"
2853
+ "name": "to-lane",
2854
+ "description": "lane-id to merge to. default is \"main\""
2840
2855
  }
2841
2856
  ]
2842
2857
  },
@@ -2283,6 +2283,11 @@
2283
2283
  "message <message>",
2284
2284
  "log message describing the latest changes"
2285
2285
  ],
2286
+ [
2287
+ "",
2288
+ "lane <lane-id>",
2289
+ "fetch the components from the given lane"
2290
+ ],
2286
2291
  [
2287
2292
  "",
2288
2293
  "build",
@@ -2307,6 +2312,11 @@
2307
2312
  "i",
2308
2313
  "ignore-issues [issues]",
2309
2314
  "ignore component issues (shown in \"bit status\" as \"issues found\"), issues to ignore:\n[MissingPackagesDependenciesOnFs, MissingManuallyConfiguredPackages, MissingComponents, UntrackedDependencies, ResolveErrors, RelativeComponents, RelativeComponentsAuthored, ParseErrors, MissingDists, LegacyInsideHarmony, MissingDependenciesOnFs, ImportNonMainFiles, CustomModuleResolutionUsed, MultipleEnvs, MissingLinksFromNodeModulesToSrc, CircularDependencies, DuplicateComponentAndPackage, MergeConfigHasConflict]\nto ignore multiple issues, separate them by a comma and wrap with quotes. to ignore all issues, specify \"*\"."
2315
+ ],
2316
+ [
2317
+ "j",
2318
+ "json",
2319
+ "output as json format"
2310
2320
  ]
2311
2321
  ],
2312
2322
  "description": "snap components from a bare-scope",
@@ -2795,9 +2805,14 @@
2795
2805
  "private": true
2796
2806
  },
2797
2807
  {
2798
- "name": "_merge-lane <lane> [pattern]",
2808
+ "name": "_merge-lane <from-lane> [to-lane]",
2799
2809
  "alias": "",
2800
2810
  "options": [
2811
+ [
2812
+ "",
2813
+ "pattern <string>",
2814
+ "partially merge the lane with the specified component-pattern"
2815
+ ],
2801
2816
  [
2802
2817
  "",
2803
2818
  "push",
@@ -2824,19 +2839,19 @@
2824
2839
  "output as json format"
2825
2840
  ]
2826
2841
  ],
2827
- "description": "merge a remote lane into main via a bare-scope (not workspace)",
2828
- "extendedDescription": "to merge from a workspace, use \"bit lane merge\" command.\nthis is intended to use from the UI, which will have a button to merge an existing lane into main.\nthe lane must be up-to-date with main, otherwise, conflicts might occur which are not handled in this command",
2842
+ "description": "merge a remote lane into another lane or main via a bare-scope (not workspace)",
2843
+ "extendedDescription": "to merge from a workspace, use \"bit lane merge\" command.\nthis is intended to use from the UI, which will have a button to merge an existing lane.\nthe lane must be up-to-date with the other lane, otherwise, conflicts might occur which are not handled in this command",
2829
2844
  "group": "ungrouped",
2830
2845
  "private": true,
2831
2846
  "remoteOp": true,
2832
2847
  "arguments": [
2833
2848
  {
2834
- "name": "lane",
2835
- "description": "lane-id to merge to main"
2849
+ "name": "from-lane",
2850
+ "description": "lane-id to merge from"
2836
2851
  },
2837
2852
  {
2838
- "name": "pattern",
2839
- "description": "EXPERIMENTAL. partially merge the lane with the specified component-pattern"
2853
+ "name": "to-lane",
2854
+ "description": "lane-id to merge to. default is \"main\""
2840
2855
  }
2841
2856
  ]
2842
2857
  },