@teambit/harmony.content.cli-reference 2.0.314 → 2.0.316
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 +5 -0
- package/cli-reference.mdx +1 -0
- package/dist/cli-reference.docs.mdx +1 -1
- package/dist/cli-reference.json +5 -0
- package/dist/cli-reference.mdx.js +13 -0
- package/dist/cli-reference.mdx.js.map +1 -1
- package/dist/{preview-1718767379753.js → preview-1719137078208.js} +2 -2
- package/package.json +2 -2
package/cli-reference.docs.mdx
CHANGED
package/cli-reference.json
CHANGED
|
@@ -377,6 +377,11 @@
|
|
|
377
377
|
"name <workspace-name>",
|
|
378
378
|
"name of the workspace"
|
|
379
379
|
],
|
|
380
|
+
[
|
|
381
|
+
"",
|
|
382
|
+
"generator <env-id>",
|
|
383
|
+
"add env-id into the generators field in the workspace config for future \"bit create\" templates"
|
|
384
|
+
],
|
|
380
385
|
[
|
|
381
386
|
"T",
|
|
382
387
|
"standalone",
|
package/cli-reference.mdx
CHANGED
|
@@ -949,6 +949,7 @@ if the current directory is already a workspace, it validates that bit files are
|
|
|
949
949
|
| **Option** | **Option alias** | **Description** |
|
|
950
950
|
| ----------------------------------------- | :--------------: | ----------------------------------------------------------------------------------------------------------------------------------------- |
|
|
951
951
|
| `--name <workspace-name>` | `-n` | name of the workspace |
|
|
952
|
+
| `--generator <env-id>` | | add env-id into the generators field in the workspace config for future "bit create" templates |
|
|
952
953
|
| `--standalone` | `-T` | do not nest component store within .git directory and do not write config data inside package.json |
|
|
953
954
|
| `--no-package-json` | | do not generate package.json |
|
|
954
955
|
| `--reset` | `-r` | write missing or damaged Bit files |
|
package/dist/cli-reference.json
CHANGED
|
@@ -377,6 +377,11 @@
|
|
|
377
377
|
"name <workspace-name>",
|
|
378
378
|
"name of the workspace"
|
|
379
379
|
],
|
|
380
|
+
[
|
|
381
|
+
"",
|
|
382
|
+
"generator <env-id>",
|
|
383
|
+
"add env-id into the generators field in the workspace config for future \"bit create\" templates"
|
|
384
|
+
],
|
|
380
385
|
[
|
|
381
386
|
"T",
|
|
382
387
|
"standalone",
|
|
@@ -4753,6 +4753,19 @@ function MDXContent(_ref) {
|
|
|
4753
4753
|
"align": null
|
|
4754
4754
|
}, (0, _react2.mdx)("inlineCode", {
|
|
4755
4755
|
parentName: "td"
|
|
4756
|
+
}, "--generator <env-id>")), (0, _react2.mdx)("td", {
|
|
4757
|
+
parentName: "tr",
|
|
4758
|
+
"align": "center"
|
|
4759
|
+
}), (0, _react2.mdx)("td", {
|
|
4760
|
+
parentName: "tr",
|
|
4761
|
+
"align": null
|
|
4762
|
+
}, "add env-id into the generators field in the workspace config for future \"bit create\" templates")), (0, _react2.mdx)("tr", {
|
|
4763
|
+
parentName: "tbody"
|
|
4764
|
+
}, (0, _react2.mdx)("td", {
|
|
4765
|
+
parentName: "tr",
|
|
4766
|
+
"align": null
|
|
4767
|
+
}, (0, _react2.mdx)("inlineCode", {
|
|
4768
|
+
parentName: "td"
|
|
4756
4769
|
}, "--standalone")), (0, _react2.mdx)("td", {
|
|
4757
4770
|
parentName: "tr",
|
|
4758
4771
|
"align": "center"
|