@teambit/harmony.content.cli-reference 1.95.132 → 1.95.133
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.json +6 -1
- package/cli-reference.mdx +2 -1
- package/dist/cli-reference.json +6 -1
- package/dist/cli-reference.mdx.js +16 -1
- package/dist/cli-reference.mdx.js.map +1 -1
- package/dist/{preview-1679887855248.js → preview-1679974224627.js} +2 -2
- package/package-tar/teambit-harmony.content.cli-reference-1.95.133.tgz +0 -0
- package/package.json +2 -2
- package/package-tar/teambit-harmony.content.cli-reference-1.95.132.tgz +0 -0
package/cli-reference.json
CHANGED
|
@@ -2755,10 +2755,15 @@
|
|
|
2755
2755
|
"name": "create <lane-name>",
|
|
2756
2756
|
"alias": "",
|
|
2757
2757
|
"options": [
|
|
2758
|
+
[
|
|
2759
|
+
"s",
|
|
2760
|
+
"scope <scope-name>",
|
|
2761
|
+
"remote scope where this lane will be exported to, default to the defaultScope (can be changed later with \"bit lane change-scope\")"
|
|
2762
|
+
],
|
|
2758
2763
|
[
|
|
2759
2764
|
"",
|
|
2760
2765
|
"remote-scope <scope-name>",
|
|
2761
|
-
"
|
|
2766
|
+
"DEPRECATED. use --scope"
|
|
2762
2767
|
],
|
|
2763
2768
|
[
|
|
2764
2769
|
"",
|
package/cli-reference.mdx
CHANGED
|
@@ -801,7 +801,8 @@ a lane created from another lane has all the components of the original lane.
|
|
|
801
801
|
|
|
802
802
|
| **Option** | **Option alias** | **Description** |
|
|
803
803
|
| ----------------------------- | :--------------: | --------------------------------------------------------------------------------------------------------------------------------- |
|
|
804
|
-
| `--
|
|
804
|
+
| `--scope <scope-name>` | `-s` | remote scope where this lane will be exported to, default to the defaultScope (can be changed later with "bit lane change-scope") |
|
|
805
|
+
| `--remote-scope <scope-name>` | | DEPRECATED. use --scope |
|
|
805
806
|
| `--alias <name>` | | a local alias to refer to this lane, defaults to the `<lane-name>` (can be added later with "bit lane alias") |
|
|
806
807
|
|
|
807
808
|
### lane remove
|
package/dist/cli-reference.json
CHANGED
|
@@ -2755,10 +2755,15 @@
|
|
|
2755
2755
|
"name": "create <lane-name>",
|
|
2756
2756
|
"alias": "",
|
|
2757
2757
|
"options": [
|
|
2758
|
+
[
|
|
2759
|
+
"s",
|
|
2760
|
+
"scope <scope-name>",
|
|
2761
|
+
"remote scope where this lane will be exported to, default to the defaultScope (can be changed later with \"bit lane change-scope\")"
|
|
2762
|
+
],
|
|
2758
2763
|
[
|
|
2759
2764
|
"",
|
|
2760
2765
|
"remote-scope <scope-name>",
|
|
2761
|
-
"
|
|
2766
|
+
"DEPRECATED. use --scope"
|
|
2762
2767
|
],
|
|
2763
2768
|
[
|
|
2764
2769
|
"",
|
|
@@ -3640,13 +3640,28 @@ function MDXContent(_ref) {
|
|
|
3640
3640
|
"align": null
|
|
3641
3641
|
}, (0, _react2.mdx)("inlineCode", {
|
|
3642
3642
|
parentName: "td"
|
|
3643
|
+
}, "--scope <scope-name>")), (0, _react2.mdx)("td", {
|
|
3644
|
+
parentName: "tr",
|
|
3645
|
+
"align": "center"
|
|
3646
|
+
}, (0, _react2.mdx)("inlineCode", {
|
|
3647
|
+
parentName: "td"
|
|
3648
|
+
}, "-s")), (0, _react2.mdx)("td", {
|
|
3649
|
+
parentName: "tr",
|
|
3650
|
+
"align": null
|
|
3651
|
+
}, "remote scope where this lane will be exported to, default to the defaultScope (can be changed later with \"bit lane change-scope\")")), (0, _react2.mdx)("tr", {
|
|
3652
|
+
parentName: "tbody"
|
|
3653
|
+
}, (0, _react2.mdx)("td", {
|
|
3654
|
+
parentName: "tr",
|
|
3655
|
+
"align": null
|
|
3656
|
+
}, (0, _react2.mdx)("inlineCode", {
|
|
3657
|
+
parentName: "td"
|
|
3643
3658
|
}, "--remote-scope <scope-name>")), (0, _react2.mdx)("td", {
|
|
3644
3659
|
parentName: "tr",
|
|
3645
3660
|
"align": "center"
|
|
3646
3661
|
}), (0, _react2.mdx)("td", {
|
|
3647
3662
|
parentName: "tr",
|
|
3648
3663
|
"align": null
|
|
3649
|
-
}, "
|
|
3664
|
+
}, "DEPRECATED. use --scope")), (0, _react2.mdx)("tr", {
|
|
3650
3665
|
parentName: "tbody"
|
|
3651
3666
|
}, (0, _react2.mdx)("td", {
|
|
3652
3667
|
parentName: "tr",
|