@teambit/harmony.content.cli-reference 2.0.473 → 2.0.474
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.docs.mdx +1 -1
- package/cli-reference.json +11 -1
- package/cli-reference.mdx +2 -1
- package/dist/cli-reference.docs.mdx +1 -1
- package/dist/cli-reference.json +11 -1
- package/dist/cli-reference.mdx.js +14 -1
- package/dist/cli-reference.mdx.js.map +1 -1
- package/dist/{preview-1732159179791.js → preview-1732245631025.js} +2 -2
- package/package.json +2 -2
package/cli-reference.docs.mdx
CHANGED
package/cli-reference.json
CHANGED
|
@@ -3687,6 +3687,11 @@
|
|
|
3687
3687
|
"alias <string>",
|
|
3688
3688
|
"relevant when the specified lane is a remote lane. create a local alias for the lane (doesnt affect the lane's name on the remote"
|
|
3689
3689
|
],
|
|
3690
|
+
[
|
|
3691
|
+
"",
|
|
3692
|
+
"verbose",
|
|
3693
|
+
"display detailed information about components that legitimately were not switched"
|
|
3694
|
+
],
|
|
3690
3695
|
[
|
|
3691
3696
|
"j",
|
|
3692
3697
|
"json",
|
|
@@ -4105,7 +4110,7 @@
|
|
|
4105
4110
|
[
|
|
4106
4111
|
"",
|
|
4107
4112
|
"verbose",
|
|
4108
|
-
"
|
|
4113
|
+
"display detailed information about components that were legitimately unmerged"
|
|
4109
4114
|
],
|
|
4110
4115
|
[
|
|
4111
4116
|
"x",
|
|
@@ -4243,6 +4248,11 @@
|
|
|
4243
4248
|
"alias <string>",
|
|
4244
4249
|
"relevant when the specified lane is a remote lane. create a local alias for the lane (doesnt affect the lane's name on the remote"
|
|
4245
4250
|
],
|
|
4251
|
+
[
|
|
4252
|
+
"",
|
|
4253
|
+
"verbose",
|
|
4254
|
+
"display detailed information about components that legitimately were not switched"
|
|
4255
|
+
],
|
|
4246
4256
|
[
|
|
4247
4257
|
"j",
|
|
4248
4258
|
"json",
|
package/cli-reference.mdx
CHANGED
|
@@ -1066,6 +1066,7 @@ when no package is specified, all workspace dependencies are installed and all w
|
|
|
1066
1066
|
| `--skip-dependency-installation` | `-x` | do not install dependencies of the imported components |
|
|
1067
1067
|
| `--pattern <component-pattern>` | `-p` | switch only the lane components matching the specified component-pattern. only works when the workspace is empty component name, component id, or component pattern. use component pattern to select multiple components. wrap the pattern with quotes. use comma to separate patterns and "!" to exclude. e.g. "ui/\*\*, !ui/button". use '$' prefix to filter by states/attributes, e.g. '$deprecated', '$modified' or '$env:teambit.react/react'. use `bit pattern --help` to understand patterns better and `bit pattern <pattern>` to validate the pattern. |
|
|
1068
1068
|
| `--alias <string>` | `-n` | relevant when the specified lane is a remote lane. create a local alias for the lane (doesnt affect the lane's name on the remote |
|
|
1069
|
+
| `--verbose` | | display detailed information about components that legitimately were not switched |
|
|
1069
1070
|
| `--json` | `-j` | return the output as JSON |
|
|
1070
1071
|
|
|
1071
1072
|
### lane show
|
|
@@ -1321,7 +1322,7 @@ this flag keeps the history of one end and saves a reference to the other end. t
|
|
|
1321
1322
|
| `--no-squash` | | relevant for merging lanes into main, which by default squashes all lane snaps |
|
|
1322
1323
|
| `--squash` | | relevant for merging a lane into another non-main lane, which by default does not squash |
|
|
1323
1324
|
| `--ignore-config-changes` | | allow merging when components are modified due to config changes (such as dependencies) only and not files |
|
|
1324
|
-
| `--verbose` | |
|
|
1325
|
+
| `--verbose` | | display detailed information about components that were legitimately unmerged |
|
|
1325
1326
|
| `--skip-dependency-installation` | `-x` | do not install dependencies of the imported components |
|
|
1326
1327
|
| `--skip-fetch` | | use the local state of target-lane if exits locally, without updating it from the remote |
|
|
1327
1328
|
| `--include-deps` | | relevant for "pattern" and "--workspace". merge also dependencies of the specified components |
|
package/dist/cli-reference.json
CHANGED
|
@@ -3687,6 +3687,11 @@
|
|
|
3687
3687
|
"alias <string>",
|
|
3688
3688
|
"relevant when the specified lane is a remote lane. create a local alias for the lane (doesnt affect the lane's name on the remote"
|
|
3689
3689
|
],
|
|
3690
|
+
[
|
|
3691
|
+
"",
|
|
3692
|
+
"verbose",
|
|
3693
|
+
"display detailed information about components that legitimately were not switched"
|
|
3694
|
+
],
|
|
3690
3695
|
[
|
|
3691
3696
|
"j",
|
|
3692
3697
|
"json",
|
|
@@ -4105,7 +4110,7 @@
|
|
|
4105
4110
|
[
|
|
4106
4111
|
"",
|
|
4107
4112
|
"verbose",
|
|
4108
|
-
"
|
|
4113
|
+
"display detailed information about components that were legitimately unmerged"
|
|
4109
4114
|
],
|
|
4110
4115
|
[
|
|
4111
4116
|
"x",
|
|
@@ -4243,6 +4248,11 @@
|
|
|
4243
4248
|
"alias <string>",
|
|
4244
4249
|
"relevant when the specified lane is a remote lane. create a local alias for the lane (doesnt affect the lane's name on the remote"
|
|
4245
4250
|
],
|
|
4251
|
+
[
|
|
4252
|
+
"",
|
|
4253
|
+
"verbose",
|
|
4254
|
+
"display detailed information about components that legitimately were not switched"
|
|
4255
|
+
],
|
|
4246
4256
|
[
|
|
4247
4257
|
"j",
|
|
4248
4258
|
"json",
|
|
@@ -5659,6 +5659,19 @@ function MDXContent(_ref) {
|
|
|
5659
5659
|
"align": null
|
|
5660
5660
|
}, (0, _react2.mdx)("inlineCode", {
|
|
5661
5661
|
parentName: "td"
|
|
5662
|
+
}, "--verbose")), (0, _react2.mdx)("td", {
|
|
5663
|
+
parentName: "tr",
|
|
5664
|
+
"align": "center"
|
|
5665
|
+
}), (0, _react2.mdx)("td", {
|
|
5666
|
+
parentName: "tr",
|
|
5667
|
+
"align": null
|
|
5668
|
+
}, "display detailed information about components that legitimately were not switched")), (0, _react2.mdx)("tr", {
|
|
5669
|
+
parentName: "tbody"
|
|
5670
|
+
}, (0, _react2.mdx)("td", {
|
|
5671
|
+
parentName: "tr",
|
|
5672
|
+
"align": null
|
|
5673
|
+
}, (0, _react2.mdx)("inlineCode", {
|
|
5674
|
+
parentName: "td"
|
|
5662
5675
|
}, "--json")), (0, _react2.mdx)("td", {
|
|
5663
5676
|
parentName: "tr",
|
|
5664
5677
|
"align": "center"
|
|
@@ -6910,7 +6923,7 @@ function MDXContent(_ref) {
|
|
|
6910
6923
|
}), (0, _react2.mdx)("td", {
|
|
6911
6924
|
parentName: "tr",
|
|
6912
6925
|
"align": null
|
|
6913
|
-
}, "
|
|
6926
|
+
}, "display detailed information about components that were legitimately unmerged")), (0, _react2.mdx)("tr", {
|
|
6914
6927
|
parentName: "tbody"
|
|
6915
6928
|
}, (0, _react2.mdx)("td", {
|
|
6916
6929
|
parentName: "tr",
|