@teambit/harmony.content.cli-reference 2.0.19 → 2.0.21
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 +2 -1
- package/dist/cli-reference.docs.mdx +1 -1
- package/dist/cli-reference.json +2 -2
- package/dist/cli-reference.mdx.js +3 -1
- package/dist/cli-reference.mdx.js.map +1 -1
- package/dist/{preview-1696562185819.js → preview-1696734925634.js} +2 -2
- package/package.json +2 -2
package/cli-reference.docs.mdx
CHANGED
package/cli-reference.json
CHANGED
|
@@ -3413,8 +3413,8 @@
|
|
|
3413
3413
|
"the name of the lane to rename. if not specified, the current lane is used"
|
|
3414
3414
|
]
|
|
3415
3415
|
],
|
|
3416
|
-
"description": "EXPERIMENTAL. change the lane-name locally
|
|
3417
|
-
"extendedDescription": "",
|
|
3416
|
+
"description": "EXPERIMENTAL. change the lane-name locally",
|
|
3417
|
+
"extendedDescription": "the remote will be updated after the next \"bit export\" command",
|
|
3418
3418
|
"group": "ungrouped",
|
|
3419
3419
|
"private": false
|
|
3420
3420
|
},
|
package/cli-reference.mdx
CHANGED
|
@@ -1070,7 +1070,8 @@ it is useful e.g. when having multiple lanes with the same name, but with differ
|
|
|
1070
1070
|
|
|
1071
1071
|
**Usage**: `lane rename <new-name>`
|
|
1072
1072
|
|
|
1073
|
-
**Description**: EXPERIMENTAL. change the lane-name locally
|
|
1073
|
+
**Description**: EXPERIMENTAL. change the lane-name locally
|
|
1074
|
+
the remote will be updated after the next "bit export" command
|
|
1074
1075
|
|
|
1075
1076
|
| **Option** | **Option alias** | **Description** |
|
|
1076
1077
|
| ------------------------- | :--------------: | -------------------------------------------------------------------------- |
|
package/dist/cli-reference.json
CHANGED
|
@@ -3413,8 +3413,8 @@
|
|
|
3413
3413
|
"the name of the lane to rename. if not specified, the current lane is used"
|
|
3414
3414
|
]
|
|
3415
3415
|
],
|
|
3416
|
-
"description": "EXPERIMENTAL. change the lane-name locally
|
|
3417
|
-
"extendedDescription": "",
|
|
3416
|
+
"description": "EXPERIMENTAL. change the lane-name locally",
|
|
3417
|
+
"extendedDescription": "the remote will be updated after the next \"bit export\" command",
|
|
3418
3418
|
"group": "ungrouped",
|
|
3419
3419
|
"private": false
|
|
3420
3420
|
},
|
|
@@ -5294,7 +5294,9 @@ function MDXContent(_ref) {
|
|
|
5294
5294
|
parentName: "p"
|
|
5295
5295
|
}, "lane rename <new-name>")), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
|
|
5296
5296
|
parentName: "p"
|
|
5297
|
-
}, "Description"), ": EXPERIMENTAL. change the lane-name locally
|
|
5297
|
+
}, "Description"), ": EXPERIMENTAL. change the lane-name locally", (0, _react2.mdx)("br", {
|
|
5298
|
+
parentName: "p"
|
|
5299
|
+
}), "\n", "the remote will be updated after the next \"bit export\" command"), (0, _react2.mdx)("table", null, (0, _react2.mdx)("thead", {
|
|
5298
5300
|
parentName: "table"
|
|
5299
5301
|
}, (0, _react2.mdx)("tr", {
|
|
5300
5302
|
parentName: "thead"
|