@teambit/harmony.content.cli-reference 1.95.37 → 1.95.38
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 +11 -1
- package/dist/cli-reference.json +11 -1
- package/dist/cli-reference.mdx.js.map +1 -1
- package/package-tar/teambit-harmony.content.cli-reference-1.95.38.tgz +0 -0
- package/package.json +2 -2
- package/{preview-1656646049209.js → preview-1656732493790.js} +2 -2
- package/package-tar/teambit-harmony.content.cli-reference-1.95.37.tgz +0 -0
package/cli-reference.json
CHANGED
|
@@ -2977,7 +2977,17 @@
|
|
|
2977
2977
|
[
|
|
2978
2978
|
"",
|
|
2979
2979
|
"squash",
|
|
2980
|
-
"squash multiple snaps. keep the last one only"
|
|
2980
|
+
"EXPERIMENTAL. squash multiple snaps. keep the last one only"
|
|
2981
|
+
],
|
|
2982
|
+
[
|
|
2983
|
+
"",
|
|
2984
|
+
"pattern <component-pattern>",
|
|
2985
|
+
"EXPERIMENTAL. partially merge the lane with the specified component-pattern"
|
|
2986
|
+
],
|
|
2987
|
+
[
|
|
2988
|
+
"",
|
|
2989
|
+
"include-deps",
|
|
2990
|
+
"EXPERIMENTAL. relevant for \"--pattern\" and \"--existing\". merge also dependencies of the given components"
|
|
2981
2991
|
]
|
|
2982
2992
|
],
|
|
2983
2993
|
"description": "merge a local or a remote lane",
|
package/dist/cli-reference.json
CHANGED
|
@@ -2977,7 +2977,17 @@
|
|
|
2977
2977
|
[
|
|
2978
2978
|
"",
|
|
2979
2979
|
"squash",
|
|
2980
|
-
"squash multiple snaps. keep the last one only"
|
|
2980
|
+
"EXPERIMENTAL. squash multiple snaps. keep the last one only"
|
|
2981
|
+
],
|
|
2982
|
+
[
|
|
2983
|
+
"",
|
|
2984
|
+
"pattern <component-pattern>",
|
|
2985
|
+
"EXPERIMENTAL. partially merge the lane with the specified component-pattern"
|
|
2986
|
+
],
|
|
2987
|
+
[
|
|
2988
|
+
"",
|
|
2989
|
+
"include-deps",
|
|
2990
|
+
"EXPERIMENTAL. relevant for \"--pattern\" and \"--existing\". merge also dependencies of the given components"
|
|
2981
2991
|
]
|
|
2982
2992
|
],
|
|
2983
2993
|
"description": "merge a local or a remote lane",
|