@teambit/harmony.content.cli-reference 1.95.155 → 1.95.156
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 +10 -0
- package/cli-reference.mdx +2 -0
- package/dist/cli-reference.json +10 -0
- package/dist/cli-reference.mdx.js +30 -0
- package/dist/cli-reference.mdx.js.map +1 -1
- package/dist/{preview-1686799133952.js → preview-1687362266169.js} +2 -2
- package/package-tar/teambit-harmony.content.cli-reference-1.95.156.tgz +0 -0
- package/package.json +2 -2
- package/package-tar/teambit-harmony.content.cli-reference-1.95.155.tgz +0 -0
package/cli-reference.json
CHANGED
|
@@ -1330,6 +1330,11 @@
|
|
|
1330
1330
|
"aspect <string>",
|
|
1331
1331
|
"aspect-id of the template. helpful when multiple aspects use the same template name"
|
|
1332
1332
|
],
|
|
1333
|
+
[
|
|
1334
|
+
"t",
|
|
1335
|
+
"template <string>",
|
|
1336
|
+
"env-id of the template. alias for --aspect."
|
|
1337
|
+
],
|
|
1333
1338
|
[
|
|
1334
1339
|
"p",
|
|
1335
1340
|
"path <string>",
|
|
@@ -1403,6 +1408,11 @@
|
|
|
1403
1408
|
"aspect <aspect-id>",
|
|
1404
1409
|
"aspect-id of the template. mandatory for non-core aspects. helpful for core aspects in case of a name collision"
|
|
1405
1410
|
],
|
|
1411
|
+
[
|
|
1412
|
+
"t",
|
|
1413
|
+
"template <env-id>",
|
|
1414
|
+
"env-id of the template. alias for --env."
|
|
1415
|
+
],
|
|
1406
1416
|
[
|
|
1407
1417
|
"",
|
|
1408
1418
|
"env <env-id>",
|
package/cli-reference.mdx
CHANGED
|
@@ -357,6 +357,7 @@ https://bit.dev/docs/config/bit-config
|
|
|
357
357
|
| `--namespace <string>` | `-n` | sets the component's namespace and nested dirs inside the scope |
|
|
358
358
|
| `--scope <string>` | `-s` | sets the component's scope-name. if not entered, the default-scope will be used |
|
|
359
359
|
| `--aspect <string>` | `-a` | aspect-id of the template. helpful when multiple aspects use the same template name |
|
|
360
|
+
| `--template <string>` | `-t` | env-id of the template. alias for --aspect. |
|
|
360
361
|
| `--path <string>` | `-p` | relative path in the workspace. by default the path is `<scope>/<namespace>/<name>` |
|
|
361
362
|
| `--env <string>` | `-e` | set the component's environment. (overrides the env from variants and the template) |
|
|
362
363
|
|
|
@@ -1066,6 +1067,7 @@ move files or directories of component(s)
|
|
|
1066
1067
|
| **Option** | **Option alias** | **Description** |
|
|
1067
1068
|
| -------------------------------- | :--------------: | --------------------------------------------------------------------------------------------------------------- |
|
|
1068
1069
|
| `--aspect <aspect-id>` | `-a` | aspect-id of the template. mandatory for non-core aspects. helpful for core aspects in case of a name collision |
|
|
1070
|
+
| `--template <env-id>` | `-t` | env-id of the template. alias for --env. |
|
|
1069
1071
|
| `--env <env-id>` | | env-id of the template |
|
|
1070
1072
|
| `--default-scope <scope-name>` | `-d` | set defaultScope in the new workspace.jsonc |
|
|
1071
1073
|
| `--standalone` | | DEPRECATED. use --skip-git instead |
|
package/dist/cli-reference.json
CHANGED
|
@@ -1330,6 +1330,11 @@
|
|
|
1330
1330
|
"aspect <string>",
|
|
1331
1331
|
"aspect-id of the template. helpful when multiple aspects use the same template name"
|
|
1332
1332
|
],
|
|
1333
|
+
[
|
|
1334
|
+
"t",
|
|
1335
|
+
"template <string>",
|
|
1336
|
+
"env-id of the template. alias for --aspect."
|
|
1337
|
+
],
|
|
1333
1338
|
[
|
|
1334
1339
|
"p",
|
|
1335
1340
|
"path <string>",
|
|
@@ -1403,6 +1408,11 @@
|
|
|
1403
1408
|
"aspect <aspect-id>",
|
|
1404
1409
|
"aspect-id of the template. mandatory for non-core aspects. helpful for core aspects in case of a name collision"
|
|
1405
1410
|
],
|
|
1411
|
+
[
|
|
1412
|
+
"t",
|
|
1413
|
+
"template <env-id>",
|
|
1414
|
+
"env-id of the template. alias for --env."
|
|
1415
|
+
],
|
|
1406
1416
|
[
|
|
1407
1417
|
"",
|
|
1408
1418
|
"env <env-id>",
|
|
@@ -1542,6 +1542,21 @@ function MDXContent(_ref) {
|
|
|
1542
1542
|
"align": null
|
|
1543
1543
|
}, (0, _react2.mdx)("inlineCode", {
|
|
1544
1544
|
parentName: "td"
|
|
1545
|
+
}, "--template <string>")), (0, _react2.mdx)("td", {
|
|
1546
|
+
parentName: "tr",
|
|
1547
|
+
"align": "center"
|
|
1548
|
+
}, (0, _react2.mdx)("inlineCode", {
|
|
1549
|
+
parentName: "td"
|
|
1550
|
+
}, "-t")), (0, _react2.mdx)("td", {
|
|
1551
|
+
parentName: "tr",
|
|
1552
|
+
"align": null
|
|
1553
|
+
}, "env-id of the template. alias for --aspect.")), (0, _react2.mdx)("tr", {
|
|
1554
|
+
parentName: "tbody"
|
|
1555
|
+
}, (0, _react2.mdx)("td", {
|
|
1556
|
+
parentName: "tr",
|
|
1557
|
+
"align": null
|
|
1558
|
+
}, (0, _react2.mdx)("inlineCode", {
|
|
1559
|
+
parentName: "td"
|
|
1545
1560
|
}, "--path <string>")), (0, _react2.mdx)("td", {
|
|
1546
1561
|
parentName: "tr",
|
|
1547
1562
|
"align": "center"
|
|
@@ -5080,6 +5095,21 @@ function MDXContent(_ref) {
|
|
|
5080
5095
|
"align": null
|
|
5081
5096
|
}, (0, _react2.mdx)("inlineCode", {
|
|
5082
5097
|
parentName: "td"
|
|
5098
|
+
}, "--template <env-id>")), (0, _react2.mdx)("td", {
|
|
5099
|
+
parentName: "tr",
|
|
5100
|
+
"align": "center"
|
|
5101
|
+
}, (0, _react2.mdx)("inlineCode", {
|
|
5102
|
+
parentName: "td"
|
|
5103
|
+
}, "-t")), (0, _react2.mdx)("td", {
|
|
5104
|
+
parentName: "tr",
|
|
5105
|
+
"align": null
|
|
5106
|
+
}, "env-id of the template. alias for --env.")), (0, _react2.mdx)("tr", {
|
|
5107
|
+
parentName: "tbody"
|
|
5108
|
+
}, (0, _react2.mdx)("td", {
|
|
5109
|
+
parentName: "tr",
|
|
5110
|
+
"align": null
|
|
5111
|
+
}, (0, _react2.mdx)("inlineCode", {
|
|
5112
|
+
parentName: "td"
|
|
5083
5113
|
}, "--env <env-id>")), (0, _react2.mdx)("td", {
|
|
5084
5114
|
parentName: "tr",
|
|
5085
5115
|
"align": "center"
|