@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.
- package/cli-reference.docs.mdx +1 -1
- package/cli-reference.json +2 -2
- package/cli-reference.mdx +4 -1
- package/dist/cli-reference.docs.mdx +1 -1
- package/dist/cli-reference.json +2 -2
- package/dist/cli-reference.mdx.js +1 -1
- package/dist/cli-reference.mdx.js.map +1 -1
- package/dist/{preview-1778017065430.js → preview-1778094327705.js} +2 -2
- package/package.json +2 -2
package/cli-reference.docs.mdx
CHANGED
package/cli-reference.json
CHANGED
|
@@ -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
|
|
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
|
|
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
|
| ------- | :------------------: |
|
package/dist/cli-reference.json
CHANGED
|
@@ -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
|
|
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": [
|