@teambit/harmony.content.cli-reference 1.95.55 → 1.95.56
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.
- package/cli-reference.json +7 -7
- package/dist/cli-reference.json +7 -7
- package/dist/cli-reference.mdx.js.map +1 -1
- package/package-tar/teambit-harmony.content.cli-reference-1.95.56.tgz +0 -0
- package/package.json +2 -2
- package/{preview-1660707067764.js → preview-1661052612585.js} +2 -2
- package/package-tar/teambit-harmony.content.cli-reference-1.95.55.tgz +0 -0
package/cli-reference.json
CHANGED
|
@@ -3009,11 +3009,6 @@
|
|
|
3009
3009
|
"name": "merge <lane> [pattern]",
|
|
3010
3010
|
"alias": "",
|
|
3011
3011
|
"options": [
|
|
3012
|
-
[
|
|
3013
|
-
"",
|
|
3014
|
-
"remote <scope-name>",
|
|
3015
|
-
"remote scope name"
|
|
3016
|
-
],
|
|
3017
3012
|
[
|
|
3018
3013
|
"",
|
|
3019
3014
|
"ours",
|
|
@@ -3069,6 +3064,11 @@
|
|
|
3069
3064
|
"skip-dependency-installation",
|
|
3070
3065
|
"do not install packages of the imported components"
|
|
3071
3066
|
],
|
|
3067
|
+
[
|
|
3068
|
+
"",
|
|
3069
|
+
"remote",
|
|
3070
|
+
"relevant when the target-lane locally is differ than the remote and you want the remote"
|
|
3071
|
+
],
|
|
3072
3072
|
[
|
|
3073
3073
|
"",
|
|
3074
3074
|
"include-deps",
|
|
@@ -3076,14 +3076,14 @@
|
|
|
3076
3076
|
]
|
|
3077
3077
|
],
|
|
3078
3078
|
"description": "merge a local or a remote lane",
|
|
3079
|
-
"extendedDescription": "",
|
|
3079
|
+
"extendedDescription": "if the <lane> exists locally, it will be merged from the local lane.\notherwise, it will fetch the lane from the remote and merge it.\nin case the <lane> exists locally but you want to merge the remote version of it, use --remote flag",
|
|
3080
3080
|
"group": "ungrouped",
|
|
3081
3081
|
"private": true,
|
|
3082
3082
|
"remoteOp": true,
|
|
3083
3083
|
"arguments": [
|
|
3084
3084
|
{
|
|
3085
3085
|
"name": "lane",
|
|
3086
|
-
"description": "lane-name to merge to the current lane"
|
|
3086
|
+
"description": "lane-name or lane-id (if not exists locally) to merge to the current lane"
|
|
3087
3087
|
},
|
|
3088
3088
|
{
|
|
3089
3089
|
"name": "pattern",
|
package/dist/cli-reference.json
CHANGED
|
@@ -3009,11 +3009,6 @@
|
|
|
3009
3009
|
"name": "merge <lane> [pattern]",
|
|
3010
3010
|
"alias": "",
|
|
3011
3011
|
"options": [
|
|
3012
|
-
[
|
|
3013
|
-
"",
|
|
3014
|
-
"remote <scope-name>",
|
|
3015
|
-
"remote scope name"
|
|
3016
|
-
],
|
|
3017
3012
|
[
|
|
3018
3013
|
"",
|
|
3019
3014
|
"ours",
|
|
@@ -3069,6 +3064,11 @@
|
|
|
3069
3064
|
"skip-dependency-installation",
|
|
3070
3065
|
"do not install packages of the imported components"
|
|
3071
3066
|
],
|
|
3067
|
+
[
|
|
3068
|
+
"",
|
|
3069
|
+
"remote",
|
|
3070
|
+
"relevant when the target-lane locally is differ than the remote and you want the remote"
|
|
3071
|
+
],
|
|
3072
3072
|
[
|
|
3073
3073
|
"",
|
|
3074
3074
|
"include-deps",
|
|
@@ -3076,14 +3076,14 @@
|
|
|
3076
3076
|
]
|
|
3077
3077
|
],
|
|
3078
3078
|
"description": "merge a local or a remote lane",
|
|
3079
|
-
"extendedDescription": "",
|
|
3079
|
+
"extendedDescription": "if the <lane> exists locally, it will be merged from the local lane.\notherwise, it will fetch the lane from the remote and merge it.\nin case the <lane> exists locally but you want to merge the remote version of it, use --remote flag",
|
|
3080
3080
|
"group": "ungrouped",
|
|
3081
3081
|
"private": true,
|
|
3082
3082
|
"remoteOp": true,
|
|
3083
3083
|
"arguments": [
|
|
3084
3084
|
{
|
|
3085
3085
|
"name": "lane",
|
|
3086
|
-
"description": "lane-name to merge to the current lane"
|
|
3086
|
+
"description": "lane-name or lane-id (if not exists locally) to merge to the current lane"
|
|
3087
3087
|
},
|
|
3088
3088
|
{
|
|
3089
3089
|
"name": "pattern",
|