@teambit/harmony.content.cli-reference 2.0.205 → 2.0.207

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.
@@ -1,5 +1,5 @@
1
1
  ---
2
- description: 'Bit command synopses. Bit version: 1.6.90'
2
+ description: 'Bit command synopses. Bit version: 1.6.92'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
5
5
 
@@ -3534,7 +3534,12 @@
3534
3534
  [
3535
3535
  "a",
3536
3536
  "get-all",
3537
- "checkout all components in a lane, including those not currently in the workspace"
3537
+ "DEPRECATED. this is currently the default behavior"
3538
+ ],
3539
+ [
3540
+ "a",
3541
+ "workspace-only",
3542
+ "checkout only the components in the workspace to the selected lane"
3538
3543
  ],
3539
3544
  [
3540
3545
  "x",
@@ -3964,7 +3969,12 @@
3964
3969
  [
3965
3970
  "a",
3966
3971
  "get-all",
3967
- "checkout all components in a lane, including those not currently in the workspace"
3972
+ "DEPRECATED. this is currently the default behavior"
3973
+ ],
3974
+ [
3975
+ "a",
3976
+ "workspace-only",
3977
+ "checkout only the components in the workspace to the selected lane"
3968
3978
  ],
3969
3979
  [
3970
3980
  "x",
package/cli-reference.mdx CHANGED
@@ -1021,7 +1021,8 @@ when no package is specified, all workspace dependencies are installed and all w
1021
1021
  | -------------------------------- | :--------------: | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
1022
1022
  | `--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 |
1023
1023
  | `--merge [strategy]` | `-m` | merge local changes with the checked out version. strategy should be "theirs", "ours" or "manual" |
1024
- | `--get-all` | `-a` | checkout all components in a lane, including those not currently in the workspace |
1024
+ | `--get-all` | `-a` | DEPRECATED. this is currently the default behavior |
1025
+ | `--workspace-only` | `-a` | checkout only the components in the workspace to the selected lane |
1025
1026
  | `--skip-dependency-installation` | `-x` | do not install dependencies of the imported components |
1026
1027
  | `--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. |
1027
1028
  | `--json` | `-j` | return the output as JSON |
@@ -1,5 +1,5 @@
1
1
  ---
2
- description: 'Bit command synopses. Bit version: 1.6.90'
2
+ description: 'Bit command synopses. Bit version: 1.6.92'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
5
5
 
@@ -3534,7 +3534,12 @@
3534
3534
  [
3535
3535
  "a",
3536
3536
  "get-all",
3537
- "checkout all components in a lane, including those not currently in the workspace"
3537
+ "DEPRECATED. this is currently the default behavior"
3538
+ ],
3539
+ [
3540
+ "a",
3541
+ "workspace-only",
3542
+ "checkout only the components in the workspace to the selected lane"
3538
3543
  ],
3539
3544
  [
3540
3545
  "x",
@@ -3964,7 +3969,12 @@
3964
3969
  [
3965
3970
  "a",
3966
3971
  "get-all",
3967
- "checkout all components in a lane, including those not currently in the workspace"
3972
+ "DEPRECATED. this is currently the default behavior"
3973
+ ],
3974
+ [
3975
+ "a",
3976
+ "workspace-only",
3977
+ "checkout only the components in the workspace to the selected lane"
3968
3978
  ],
3969
3979
  [
3970
3980
  "x",
@@ -5283,7 +5283,22 @@ function MDXContent(_ref) {
5283
5283
  }, "-a")), (0, _react2.mdx)("td", {
5284
5284
  parentName: "tr",
5285
5285
  "align": null
5286
- }, "checkout all components in a lane, including those not currently in the workspace")), (0, _react2.mdx)("tr", {
5286
+ }, "DEPRECATED. this is currently the default behavior")), (0, _react2.mdx)("tr", {
5287
+ parentName: "tbody"
5288
+ }, (0, _react2.mdx)("td", {
5289
+ parentName: "tr",
5290
+ "align": null
5291
+ }, (0, _react2.mdx)("inlineCode", {
5292
+ parentName: "td"
5293
+ }, "--workspace-only")), (0, _react2.mdx)("td", {
5294
+ parentName: "tr",
5295
+ "align": "center"
5296
+ }, (0, _react2.mdx)("inlineCode", {
5297
+ parentName: "td"
5298
+ }, "-a")), (0, _react2.mdx)("td", {
5299
+ parentName: "tr",
5300
+ "align": null
5301
+ }, "checkout only the components in the workspace to the selected lane")), (0, _react2.mdx)("tr", {
5287
5302
  parentName: "tbody"
5288
5303
  }, (0, _react2.mdx)("td", {
5289
5304
  parentName: "tr",