@teambit/harmony.content.cli-reference 1.95.118 → 1.95.119
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 +7 -2
- package/cli-reference.mdx +1 -0
- package/dist/cli-reference.json +7 -2
- package/dist/cli-reference.mdx.js +13 -0
- package/dist/cli-reference.mdx.js.map +1 -1
- package/dist/{preview-1676431915606.js → preview-1676570198614.js} +2 -2
- package/package-tar/teambit-harmony.content.cli-reference-1.95.119.tgz +0 -0
- package/package.json +2 -2
- package/package-tar/teambit-harmony.content.cli-reference-1.95.118.tgz +0 -0
package/cli-reference.json
CHANGED
|
@@ -1345,6 +1345,11 @@
|
|
|
1345
1345
|
"aspect <aspect-id>",
|
|
1346
1346
|
"aspect-id of the template. mandatory for non-core aspects. helpful for core aspects in case of a name collision"
|
|
1347
1347
|
],
|
|
1348
|
+
[
|
|
1349
|
+
"",
|
|
1350
|
+
"env <env-id>",
|
|
1351
|
+
"env-id of the template"
|
|
1352
|
+
],
|
|
1348
1353
|
[
|
|
1349
1354
|
"d",
|
|
1350
1355
|
"default-scope <scope-name>",
|
|
@@ -2577,7 +2582,7 @@
|
|
|
2577
2582
|
"private": true
|
|
2578
2583
|
},
|
|
2579
2584
|
{
|
|
2580
|
-
"name": "show
|
|
2585
|
+
"name": "show [lane-name]",
|
|
2581
2586
|
"alias": "",
|
|
2582
2587
|
"options": [
|
|
2583
2588
|
[
|
|
@@ -2591,7 +2596,7 @@
|
|
|
2591
2596
|
"show remote lanes"
|
|
2592
2597
|
]
|
|
2593
2598
|
],
|
|
2594
|
-
"description": "show lane details",
|
|
2599
|
+
"description": "show lane details. if no lane specified, show the current lane",
|
|
2595
2600
|
"extendedDescription": "",
|
|
2596
2601
|
"group": "ungrouped",
|
|
2597
2602
|
"private": true,
|
package/cli-reference.mdx
CHANGED
|
@@ -887,6 +887,7 @@ move files or directories of component(s)
|
|
|
887
887
|
| **Option** | **Option alias** | **Description** |
|
|
888
888
|
| -------------------------------- | :--------------: | --------------------------------------------------------------------------------------------------------------- |
|
|
889
889
|
| `--aspect <aspect-id>` | `-a` | aspect-id of the template. mandatory for non-core aspects. helpful for core aspects in case of a name collision |
|
|
890
|
+
| `--env <env-id>` | | env-id of the template |
|
|
890
891
|
| `--default-scope <scope-name>` | `-d` | set defaultScope in the new workspace.jsonc |
|
|
891
892
|
| `--standalone` | | DEPRECATED. use --skip-git instead |
|
|
892
893
|
| `--skip-git` | `-s` | skip generation of Git repository |
|
package/dist/cli-reference.json
CHANGED
|
@@ -1345,6 +1345,11 @@
|
|
|
1345
1345
|
"aspect <aspect-id>",
|
|
1346
1346
|
"aspect-id of the template. mandatory for non-core aspects. helpful for core aspects in case of a name collision"
|
|
1347
1347
|
],
|
|
1348
|
+
[
|
|
1349
|
+
"",
|
|
1350
|
+
"env <env-id>",
|
|
1351
|
+
"env-id of the template"
|
|
1352
|
+
],
|
|
1348
1353
|
[
|
|
1349
1354
|
"d",
|
|
1350
1355
|
"default-scope <scope-name>",
|
|
@@ -2577,7 +2582,7 @@
|
|
|
2577
2582
|
"private": true
|
|
2578
2583
|
},
|
|
2579
2584
|
{
|
|
2580
|
-
"name": "show
|
|
2585
|
+
"name": "show [lane-name]",
|
|
2581
2586
|
"alias": "",
|
|
2582
2587
|
"options": [
|
|
2583
2588
|
[
|
|
@@ -2591,7 +2596,7 @@
|
|
|
2591
2596
|
"show remote lanes"
|
|
2592
2597
|
]
|
|
2593
2598
|
],
|
|
2594
|
-
"description": "show lane details",
|
|
2599
|
+
"description": "show lane details. if no lane specified, show the current lane",
|
|
2595
2600
|
"extendedDescription": "",
|
|
2596
2601
|
"group": "ungrouped",
|
|
2597
2602
|
"private": true,
|
|
@@ -4025,6 +4025,19 @@ function MDXContent(_ref) {
|
|
|
4025
4025
|
"align": null
|
|
4026
4026
|
}, (0, _react2.mdx)("inlineCode", {
|
|
4027
4027
|
parentName: "td"
|
|
4028
|
+
}, "--env <env-id>")), (0, _react2.mdx)("td", {
|
|
4029
|
+
parentName: "tr",
|
|
4030
|
+
"align": "center"
|
|
4031
|
+
}), (0, _react2.mdx)("td", {
|
|
4032
|
+
parentName: "tr",
|
|
4033
|
+
"align": null
|
|
4034
|
+
}, "env-id of the template")), (0, _react2.mdx)("tr", {
|
|
4035
|
+
parentName: "tbody"
|
|
4036
|
+
}, (0, _react2.mdx)("td", {
|
|
4037
|
+
parentName: "tr",
|
|
4038
|
+
"align": null
|
|
4039
|
+
}, (0, _react2.mdx)("inlineCode", {
|
|
4040
|
+
parentName: "td"
|
|
4028
4041
|
}, "--default-scope <scope-name>")), (0, _react2.mdx)("td", {
|
|
4029
4042
|
parentName: "tr",
|
|
4030
4043
|
"align": "center"
|