@teambit/harmony.content.cli-reference 2.0.242 → 2.0.244
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
CHANGED
|
@@ -1804,11 +1804,6 @@
|
|
|
1804
1804
|
"name": "build [component-pattern]",
|
|
1805
1805
|
"alias": "",
|
|
1806
1806
|
"options": [
|
|
1807
|
-
[
|
|
1808
|
-
"a",
|
|
1809
|
-
"all",
|
|
1810
|
-
"DEPRECATED. use --unmodified"
|
|
1811
|
-
],
|
|
1812
1807
|
[
|
|
1813
1808
|
"u",
|
|
1814
1809
|
"unmodified",
|
|
@@ -1829,6 +1824,16 @@
|
|
|
1829
1824
|
"reuse-capsules",
|
|
1830
1825
|
"avoid deleting the capsules root-dir before starting the build"
|
|
1831
1826
|
],
|
|
1827
|
+
[
|
|
1828
|
+
"",
|
|
1829
|
+
"rewrite",
|
|
1830
|
+
"use only with --reuse-capsules. rewrite the component files"
|
|
1831
|
+
],
|
|
1832
|
+
[
|
|
1833
|
+
"",
|
|
1834
|
+
"reinstall",
|
|
1835
|
+
"use only with --reuse-capsules. rerun the installation"
|
|
1836
|
+
],
|
|
1832
1837
|
[
|
|
1833
1838
|
"",
|
|
1834
1839
|
"tasks <string>",
|
|
@@ -1866,7 +1871,7 @@
|
|
|
1866
1871
|
]
|
|
1867
1872
|
],
|
|
1868
1873
|
"description": "run set of tasks for build.",
|
|
1869
|
-
"extendedDescription": "by default, only new and modified components are built",
|
|
1874
|
+
"extendedDescription": "by default, only new and modified components are built.\nthe build takes place in an isolated directories on the filesystem (called \"capsules\"). the component files are copied to these directories\nand the package-manager installs the dependencies in the capsules root. once done, the build pipeline is running.\nbecause this process can take a while on a large workspace, some flags are available to shorten the process. See the example section for more info.\n ",
|
|
1870
1875
|
"group": "development",
|
|
1871
1876
|
"private": false,
|
|
1872
1877
|
"arguments": [
|
|
@@ -1874,6 +1879,16 @@
|
|
|
1874
1879
|
"name": "component-pattern",
|
|
1875
1880
|
"description": "component name, component id, or component pattern. use component pattern to select multiple components.\nwrap the pattern with quotes. use comma to separate patterns and \"!\" to exclude. e.g. \"ui/**, !ui/button\".\nuse '$' prefix to filter by states/attributes, e.g. '$deprecated', '$modified' or '$env:teambit.react/react'.\nuse `bit pattern --help` to understand patterns better and `bit pattern <pattern>` to validate the pattern."
|
|
1876
1881
|
}
|
|
1882
|
+
],
|
|
1883
|
+
"examples": [
|
|
1884
|
+
{
|
|
1885
|
+
"cmd": "build --reuse-capsules --tasks \"custom-task\"",
|
|
1886
|
+
"description": "helps to debug this \"custom-task\" without recreating the capsules from scratch"
|
|
1887
|
+
},
|
|
1888
|
+
{
|
|
1889
|
+
"cmd": "build --reuse-capsules --rewrite --tasks \"BabelCompile,MochaTest\"",
|
|
1890
|
+
"description": "helpful when for example the tests are failing and code changes are needed to debug it.\nthe \"--rewrite\" flag ensures the component files are fresh, and the \"--tasks\" ensures to re-compile them and then run the tests"
|
|
1891
|
+
}
|
|
1877
1892
|
]
|
|
1878
1893
|
},
|
|
1879
1894
|
{
|
|
@@ -3614,8 +3629,8 @@
|
|
|
3614
3629
|
"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"
|
|
3615
3630
|
],
|
|
3616
3631
|
[
|
|
3617
|
-
"
|
|
3618
|
-
"merge
|
|
3632
|
+
"",
|
|
3633
|
+
"auto-merge-resolve <merge-strategy>",
|
|
3619
3634
|
"merge local changes with the checked out version. strategy should be \"theirs\", \"ours\" or \"manual\""
|
|
3620
3635
|
],
|
|
3621
3636
|
[
|
|
@@ -3624,7 +3639,7 @@
|
|
|
3624
3639
|
"DEPRECATED. this is currently the default behavior"
|
|
3625
3640
|
],
|
|
3626
3641
|
[
|
|
3627
|
-
"
|
|
3642
|
+
"",
|
|
3628
3643
|
"workspace-only",
|
|
3629
3644
|
"checkout only the components in the workspace to the selected lane"
|
|
3630
3645
|
],
|
|
@@ -4064,8 +4079,8 @@
|
|
|
4064
4079
|
"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"
|
|
4065
4080
|
],
|
|
4066
4081
|
[
|
|
4067
|
-
"
|
|
4068
|
-
"merge
|
|
4082
|
+
"",
|
|
4083
|
+
"auto-merge-resolve <merge-strategy>",
|
|
4069
4084
|
"merge local changes with the checked out version. strategy should be \"theirs\", \"ours\" or \"manual\""
|
|
4070
4085
|
],
|
|
4071
4086
|
[
|
|
@@ -4074,7 +4089,7 @@
|
|
|
4074
4089
|
"DEPRECATED. this is currently the default behavior"
|
|
4075
4090
|
],
|
|
4076
4091
|
[
|
|
4077
|
-
"
|
|
4092
|
+
"",
|
|
4078
4093
|
"workspace-only",
|
|
4079
4094
|
"checkout only the components in the workspace to the selected lane"
|
|
4080
4095
|
],
|
package/cli-reference.mdx
CHANGED
|
@@ -174,7 +174,10 @@ and a package.tgz file generated by pkg aspect.
|
|
|
174
174
|
## build
|
|
175
175
|
|
|
176
176
|
**Description**: run set of tasks for build.
|
|
177
|
-
by default, only new and modified components are built
|
|
177
|
+
by default, only new and modified components are built.
|
|
178
|
+
the build takes place in an isolated directories on the filesystem (called "capsules"). the component files are copied to these directories
|
|
179
|
+
and the package-manager installs the dependencies in the capsules root. once done, the build pipeline is running.
|
|
180
|
+
because this process can take a while on a large workspace, some flags are available to shorten the process. See the example section for more info.
|
|
178
181
|
|
|
179
182
|
`bit build [component-pattern]`
|
|
180
183
|
|
|
@@ -184,11 +187,12 @@ by default, only new and modified components are built
|
|
|
184
187
|
|
|
185
188
|
| **Option** | **Option alias** | **Description** |
|
|
186
189
|
| ---------------------------------- | :--------------: | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
|
187
|
-
| `--all` | `-a` | DEPRECATED. use --unmodified |
|
|
188
190
|
| `--unmodified` | `-u` | include unmodified components (by default, only new and modified components are built) |
|
|
189
191
|
| `--dev` | `-d` | run the pipeline in dev mode |
|
|
190
192
|
| `--install` | | install core aspects in capsules |
|
|
191
193
|
| `--reuse-capsules` | | avoid deleting the capsules root-dir before starting the build |
|
|
194
|
+
| `--rewrite` | | use only with --reuse-capsules. rewrite the component files |
|
|
195
|
+
| `--reinstall` | | use only with --reuse-capsules. rerun the installation |
|
|
192
196
|
| `--tasks <string>` | | build the specified task(s) only. for multiple tasks, separate by a comma and wrap with quotes. specify the task-name (e.g. "TypescriptCompiler") or the task-aspect-id (e.g. teambit.compilation/compiler) |
|
|
193
197
|
| `--cache-packages-on-capsule-root` | | set the package-manager cache on the capsule root |
|
|
194
198
|
| `--list-tasks <string>` | | list tasks of an env or a component-id for each one of the pipelines: build, tag and snap |
|
|
@@ -1019,15 +1023,15 @@ when no package is specified, all workspace dependencies are installed and all w
|
|
|
1019
1023
|
| ------- | :------------------------------------------------------: |
|
|
1020
1024
|
| `lane` | lane-name or lane-id (if lane is not local) to switch to |
|
|
1021
1025
|
|
|
1022
|
-
| **Option**
|
|
1023
|
-
|
|
|
1024
|
-
| `--alias <string>`
|
|
1025
|
-
| `--merge
|
|
1026
|
-
| `--get-all`
|
|
1027
|
-
| `--workspace-only`
|
|
1028
|
-
| `--skip-dependency-installation`
|
|
1029
|
-
| `--pattern <component-pattern>`
|
|
1030
|
-
| `--json`
|
|
1026
|
+
| **Option** | **Option alias** | **Description** |
|
|
1027
|
+
| --------------------------------------- | :--------------: | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
|
1028
|
+
| `--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 |
|
|
1029
|
+
| `--auto-merge-resolve <merge-strategy>` | | merge local changes with the checked out version. strategy should be "theirs", "ours" or "manual" |
|
|
1030
|
+
| `--get-all` | `-a` | DEPRECATED. this is currently the default behavior |
|
|
1031
|
+
| `--workspace-only` | | checkout only the components in the workspace to the selected lane |
|
|
1032
|
+
| `--skip-dependency-installation` | `-x` | do not install dependencies of the imported components |
|
|
1033
|
+
| `--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. |
|
|
1034
|
+
| `--json` | `-j` | return the output as JSON |
|
|
1031
1035
|
|
|
1032
1036
|
### lane show
|
|
1033
1037
|
|
package/dist/cli-reference.json
CHANGED
|
@@ -1804,11 +1804,6 @@
|
|
|
1804
1804
|
"name": "build [component-pattern]",
|
|
1805
1805
|
"alias": "",
|
|
1806
1806
|
"options": [
|
|
1807
|
-
[
|
|
1808
|
-
"a",
|
|
1809
|
-
"all",
|
|
1810
|
-
"DEPRECATED. use --unmodified"
|
|
1811
|
-
],
|
|
1812
1807
|
[
|
|
1813
1808
|
"u",
|
|
1814
1809
|
"unmodified",
|
|
@@ -1829,6 +1824,16 @@
|
|
|
1829
1824
|
"reuse-capsules",
|
|
1830
1825
|
"avoid deleting the capsules root-dir before starting the build"
|
|
1831
1826
|
],
|
|
1827
|
+
[
|
|
1828
|
+
"",
|
|
1829
|
+
"rewrite",
|
|
1830
|
+
"use only with --reuse-capsules. rewrite the component files"
|
|
1831
|
+
],
|
|
1832
|
+
[
|
|
1833
|
+
"",
|
|
1834
|
+
"reinstall",
|
|
1835
|
+
"use only with --reuse-capsules. rerun the installation"
|
|
1836
|
+
],
|
|
1832
1837
|
[
|
|
1833
1838
|
"",
|
|
1834
1839
|
"tasks <string>",
|
|
@@ -1866,7 +1871,7 @@
|
|
|
1866
1871
|
]
|
|
1867
1872
|
],
|
|
1868
1873
|
"description": "run set of tasks for build.",
|
|
1869
|
-
"extendedDescription": "by default, only new and modified components are built",
|
|
1874
|
+
"extendedDescription": "by default, only new and modified components are built.\nthe build takes place in an isolated directories on the filesystem (called \"capsules\"). the component files are copied to these directories\nand the package-manager installs the dependencies in the capsules root. once done, the build pipeline is running.\nbecause this process can take a while on a large workspace, some flags are available to shorten the process. See the example section for more info.\n ",
|
|
1870
1875
|
"group": "development",
|
|
1871
1876
|
"private": false,
|
|
1872
1877
|
"arguments": [
|
|
@@ -1874,6 +1879,16 @@
|
|
|
1874
1879
|
"name": "component-pattern",
|
|
1875
1880
|
"description": "component name, component id, or component pattern. use component pattern to select multiple components.\nwrap the pattern with quotes. use comma to separate patterns and \"!\" to exclude. e.g. \"ui/**, !ui/button\".\nuse '$' prefix to filter by states/attributes, e.g. '$deprecated', '$modified' or '$env:teambit.react/react'.\nuse `bit pattern --help` to understand patterns better and `bit pattern <pattern>` to validate the pattern."
|
|
1876
1881
|
}
|
|
1882
|
+
],
|
|
1883
|
+
"examples": [
|
|
1884
|
+
{
|
|
1885
|
+
"cmd": "build --reuse-capsules --tasks \"custom-task\"",
|
|
1886
|
+
"description": "helps to debug this \"custom-task\" without recreating the capsules from scratch"
|
|
1887
|
+
},
|
|
1888
|
+
{
|
|
1889
|
+
"cmd": "build --reuse-capsules --rewrite --tasks \"BabelCompile,MochaTest\"",
|
|
1890
|
+
"description": "helpful when for example the tests are failing and code changes are needed to debug it.\nthe \"--rewrite\" flag ensures the component files are fresh, and the \"--tasks\" ensures to re-compile them and then run the tests"
|
|
1891
|
+
}
|
|
1877
1892
|
]
|
|
1878
1893
|
},
|
|
1879
1894
|
{
|
|
@@ -3614,8 +3629,8 @@
|
|
|
3614
3629
|
"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"
|
|
3615
3630
|
],
|
|
3616
3631
|
[
|
|
3617
|
-
"
|
|
3618
|
-
"merge
|
|
3632
|
+
"",
|
|
3633
|
+
"auto-merge-resolve <merge-strategy>",
|
|
3619
3634
|
"merge local changes with the checked out version. strategy should be \"theirs\", \"ours\" or \"manual\""
|
|
3620
3635
|
],
|
|
3621
3636
|
[
|
|
@@ -3624,7 +3639,7 @@
|
|
|
3624
3639
|
"DEPRECATED. this is currently the default behavior"
|
|
3625
3640
|
],
|
|
3626
3641
|
[
|
|
3627
|
-
"
|
|
3642
|
+
"",
|
|
3628
3643
|
"workspace-only",
|
|
3629
3644
|
"checkout only the components in the workspace to the selected lane"
|
|
3630
3645
|
],
|
|
@@ -4064,8 +4079,8 @@
|
|
|
4064
4079
|
"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"
|
|
4065
4080
|
],
|
|
4066
4081
|
[
|
|
4067
|
-
"
|
|
4068
|
-
"merge
|
|
4082
|
+
"",
|
|
4083
|
+
"auto-merge-resolve <merge-strategy>",
|
|
4069
4084
|
"merge local changes with the checked out version. strategy should be \"theirs\", \"ours\" or \"manual\""
|
|
4070
4085
|
],
|
|
4071
4086
|
[
|
|
@@ -4074,7 +4089,7 @@
|
|
|
4074
4089
|
"DEPRECATED. this is currently the default behavior"
|
|
4075
4090
|
],
|
|
4076
4091
|
[
|
|
4077
|
-
"
|
|
4092
|
+
"",
|
|
4078
4093
|
"workspace-only",
|
|
4079
4094
|
"checkout only the components in the workspace to the selected lane"
|
|
4080
4095
|
],
|
|
@@ -798,7 +798,13 @@ function MDXContent(_ref) {
|
|
|
798
798
|
parentName: "p"
|
|
799
799
|
}, "Description"), ": run set of tasks for build.", (0, _react2.mdx)("br", {
|
|
800
800
|
parentName: "p"
|
|
801
|
-
}), "\n", "by default, only new and modified components are built
|
|
801
|
+
}), "\n", "by default, only new and modified components are built.", (0, _react2.mdx)("br", {
|
|
802
|
+
parentName: "p"
|
|
803
|
+
}), "\n", "the build takes place in an isolated directories on the filesystem (called \"capsules\"). the component files are copied to these directories", (0, _react2.mdx)("br", {
|
|
804
|
+
parentName: "p"
|
|
805
|
+
}), "\n", "and the package-manager installs the dependencies in the capsules root. once done, the build pipeline is running.", (0, _react2.mdx)("br", {
|
|
806
|
+
parentName: "p"
|
|
807
|
+
}), "\n", "because this process can take a while on a large workspace, some flags are available to shorten the process. See the example section for more info."), (0, _react2.mdx)("p", null, (0, _react2.mdx)("inlineCode", {
|
|
802
808
|
parentName: "p"
|
|
803
809
|
}, "bit build [component-pattern]")), (0, _react2.mdx)("table", null, (0, _react2.mdx)("thead", {
|
|
804
810
|
parentName: "table"
|
|
@@ -858,71 +864,82 @@ function MDXContent(_ref) {
|
|
|
858
864
|
"align": null
|
|
859
865
|
}, (0, _react2.mdx)("inlineCode", {
|
|
860
866
|
parentName: "td"
|
|
861
|
-
}, "--
|
|
867
|
+
}, "--unmodified")), (0, _react2.mdx)("td", {
|
|
862
868
|
parentName: "tr",
|
|
863
869
|
"align": "center"
|
|
864
870
|
}, (0, _react2.mdx)("inlineCode", {
|
|
865
871
|
parentName: "td"
|
|
866
|
-
}, "-
|
|
872
|
+
}, "-u")), (0, _react2.mdx)("td", {
|
|
867
873
|
parentName: "tr",
|
|
868
874
|
"align": null
|
|
869
|
-
}, "
|
|
875
|
+
}, "include unmodified components (by default, only new and modified components are built)")), (0, _react2.mdx)("tr", {
|
|
870
876
|
parentName: "tbody"
|
|
871
877
|
}, (0, _react2.mdx)("td", {
|
|
872
878
|
parentName: "tr",
|
|
873
879
|
"align": null
|
|
874
880
|
}, (0, _react2.mdx)("inlineCode", {
|
|
875
881
|
parentName: "td"
|
|
876
|
-
}, "--
|
|
882
|
+
}, "--dev")), (0, _react2.mdx)("td", {
|
|
877
883
|
parentName: "tr",
|
|
878
884
|
"align": "center"
|
|
879
885
|
}, (0, _react2.mdx)("inlineCode", {
|
|
880
886
|
parentName: "td"
|
|
881
|
-
}, "-
|
|
887
|
+
}, "-d")), (0, _react2.mdx)("td", {
|
|
882
888
|
parentName: "tr",
|
|
883
889
|
"align": null
|
|
884
|
-
}, "
|
|
890
|
+
}, "run the pipeline in dev mode")), (0, _react2.mdx)("tr", {
|
|
885
891
|
parentName: "tbody"
|
|
886
892
|
}, (0, _react2.mdx)("td", {
|
|
887
893
|
parentName: "tr",
|
|
888
894
|
"align": null
|
|
889
895
|
}, (0, _react2.mdx)("inlineCode", {
|
|
890
896
|
parentName: "td"
|
|
891
|
-
}, "--
|
|
897
|
+
}, "--install")), (0, _react2.mdx)("td", {
|
|
892
898
|
parentName: "tr",
|
|
893
899
|
"align": "center"
|
|
900
|
+
}), (0, _react2.mdx)("td", {
|
|
901
|
+
parentName: "tr",
|
|
902
|
+
"align": null
|
|
903
|
+
}, "install core aspects in capsules")), (0, _react2.mdx)("tr", {
|
|
904
|
+
parentName: "tbody"
|
|
905
|
+
}, (0, _react2.mdx)("td", {
|
|
906
|
+
parentName: "tr",
|
|
907
|
+
"align": null
|
|
894
908
|
}, (0, _react2.mdx)("inlineCode", {
|
|
895
909
|
parentName: "td"
|
|
896
|
-
}, "-
|
|
910
|
+
}, "--reuse-capsules")), (0, _react2.mdx)("td", {
|
|
911
|
+
parentName: "tr",
|
|
912
|
+
"align": "center"
|
|
913
|
+
}), (0, _react2.mdx)("td", {
|
|
897
914
|
parentName: "tr",
|
|
898
915
|
"align": null
|
|
899
|
-
}, "
|
|
916
|
+
}, "avoid deleting the capsules root-dir before starting the build")), (0, _react2.mdx)("tr", {
|
|
900
917
|
parentName: "tbody"
|
|
901
918
|
}, (0, _react2.mdx)("td", {
|
|
902
919
|
parentName: "tr",
|
|
903
920
|
"align": null
|
|
904
921
|
}, (0, _react2.mdx)("inlineCode", {
|
|
905
922
|
parentName: "td"
|
|
906
|
-
}, "--
|
|
923
|
+
}, "--rewrite")), (0, _react2.mdx)("td", {
|
|
907
924
|
parentName: "tr",
|
|
908
925
|
"align": "center"
|
|
909
926
|
}), (0, _react2.mdx)("td", {
|
|
910
927
|
parentName: "tr",
|
|
911
928
|
"align": null
|
|
912
|
-
}, "
|
|
929
|
+
}, "use only with --reuse-capsules. rewrite the component files")), (0, _react2.mdx)("tr", {
|
|
913
930
|
parentName: "tbody"
|
|
914
931
|
}, (0, _react2.mdx)("td", {
|
|
915
932
|
parentName: "tr",
|
|
916
933
|
"align": null
|
|
917
934
|
}, (0, _react2.mdx)("inlineCode", {
|
|
918
935
|
parentName: "td"
|
|
919
|
-
}, "--
|
|
936
|
+
}, "--reinstall")), (0, _react2.mdx)("td", {
|
|
920
937
|
parentName: "tr",
|
|
921
938
|
"align": "center"
|
|
922
939
|
}), (0, _react2.mdx)("td", {
|
|
923
940
|
parentName: "tr",
|
|
924
941
|
"align": null
|
|
925
|
-
}, "
|
|
942
|
+
}, "use only with --reuse-capsules. rerun the installation")), (0, _react2.mdx)("tr", {
|
|
926
943
|
parentName: "tbody"
|
|
927
944
|
}, (0, _react2.mdx)("td", {
|
|
928
945
|
parentName: "tr",
|
|
@@ -5294,12 +5311,10 @@ function MDXContent(_ref) {
|
|
|
5294
5311
|
"align": null
|
|
5295
5312
|
}, (0, _react2.mdx)("inlineCode", {
|
|
5296
5313
|
parentName: "td"
|
|
5297
|
-
}, "--merge
|
|
5314
|
+
}, "--auto-merge-resolve <merge-strategy>")), (0, _react2.mdx)("td", {
|
|
5298
5315
|
parentName: "tr",
|
|
5299
5316
|
"align": "center"
|
|
5300
|
-
}, (0, _react2.mdx)("
|
|
5301
|
-
parentName: "td"
|
|
5302
|
-
}, "-m")), (0, _react2.mdx)("td", {
|
|
5317
|
+
}), (0, _react2.mdx)("td", {
|
|
5303
5318
|
parentName: "tr",
|
|
5304
5319
|
"align": null
|
|
5305
5320
|
}, "merge local changes with the checked out version. strategy should be \"theirs\", \"ours\" or \"manual\"")), (0, _react2.mdx)("tr", {
|
|
@@ -5327,9 +5342,7 @@ function MDXContent(_ref) {
|
|
|
5327
5342
|
}, "--workspace-only")), (0, _react2.mdx)("td", {
|
|
5328
5343
|
parentName: "tr",
|
|
5329
5344
|
"align": "center"
|
|
5330
|
-
}, (0, _react2.mdx)("
|
|
5331
|
-
parentName: "td"
|
|
5332
|
-
}, "-a")), (0, _react2.mdx)("td", {
|
|
5345
|
+
}), (0, _react2.mdx)("td", {
|
|
5333
5346
|
parentName: "tr",
|
|
5334
5347
|
"align": null
|
|
5335
5348
|
}, "checkout only the components in the workspace to the selected lane")), (0, _react2.mdx)("tr", {
|