@teambit/harmony.content.cli-reference 2.0.1029 → 2.0.1030

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,4 +1,4 @@
1
1
  ---
2
- description: 'Bit command synopses. Bit version: 1.13.168'
2
+ description: 'Bit command synopses. Bit version: 1.13.169'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
@@ -4269,8 +4269,8 @@
4269
4269
  "do not merge, just overwrite with incoming files"
4270
4270
  ]
4271
4271
  ],
4272
- "description": "import a remote lane to your workspace and switch to that lane",
4273
- "extendedDescription": "",
4272
+ "description": "import a remote lane to your workspace",
4273
+ "extendedDescription": "when on the default lane, the workspace is switched to the imported lane.\nwhen already on the same lane, only the latest objects are fetched from the remote — run \"bit checkout head\" to update the workspace.\nwhen on a different lane, the lane is fetched locally without switching to avoid disrupting your work — run `bit switch <lane>` to switch.",
4274
4274
  "group": "ungrouped",
4275
4275
  "private": false,
4276
4276
  "arguments": [
package/cli-reference.mdx CHANGED
@@ -1403,7 +1403,10 @@ bit lane diff from to => diff between "from" lane and "to" lane.
1403
1403
 
1404
1404
  **Usage**: `lane import <lane>`
1405
1405
 
1406
- **Description**: import a remote lane to your workspace and switch to that lane
1406
+ **Description**: import a remote lane to your workspace
1407
+ when on the default lane, the workspace is switched to the imported lane.
1408
+ when already on the same lane, only the latest objects are fetched from the remote — run "bit checkout head" to update the workspace.
1409
+ when on a different lane, the lane is fetched locally without switching to avoid disrupting your work — run `bit switch <lane>` to switch.
1407
1410
 
1408
1411
  | **Arg** | **Description** |
1409
1412
  | ------- | :------------------: |
@@ -1,4 +1,4 @@
1
1
  ---
2
- description: 'Bit command synopses. Bit version: 1.13.168'
2
+ description: 'Bit command synopses. Bit version: 1.13.169'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
@@ -4269,8 +4269,8 @@
4269
4269
  "do not merge, just overwrite with incoming files"
4270
4270
  ]
4271
4271
  ],
4272
- "description": "import a remote lane to your workspace and switch to that lane",
4273
- "extendedDescription": "",
4272
+ "description": "import a remote lane to your workspace",
4273
+ "extendedDescription": "when on the default lane, the workspace is switched to the imported lane.\nwhen already on the same lane, only the latest objects are fetched from the remote — run \"bit checkout head\" to update the workspace.\nwhen on a different lane, the lane is fetched locally without switching to avoid disrupting your work — run `bit switch <lane>` to switch.",
4274
4274
  "group": "ungrouped",
4275
4275
  "private": false,
4276
4276
  "arguments": [