@teambit/harmony.content.cli-reference 2.0.19 → 2.0.20

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.1.4'
2
+ description: 'Bit command synopses. Bit version: 1.1.5'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
5
5
 
@@ -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 and on the remote (if exported)",
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 and on the remote (if exported)
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
  | ------------------------- | :--------------: | -------------------------------------------------------------------------- |
@@ -1,5 +1,5 @@
1
1
  ---
2
- description: 'Bit command synopses. Bit version: 1.1.4'
2
+ description: 'Bit command synopses. Bit version: 1.1.5'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
5
5
 
@@ -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 and on the remote (if exported)",
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 and on the remote (if exported)"), (0, _react2.mdx)("table", null, (0, _react2.mdx)("thead", {
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"