@teambit/harmony.content.cli-reference 2.0.113 → 2.0.114
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 +16 -1
- package/dist/cli-reference.mdx.js.map +1 -1
- package/dist/{preview-1703505948637.js → preview-1703590665075.js} +2 -2
- package/package.json +2 -2
package/cli-reference.docs.mdx
CHANGED
package/cli-reference.json
CHANGED
|
@@ -1844,6 +1844,11 @@
|
|
|
1844
1844
|
"",
|
|
1845
1845
|
"load-from <path-to-template>",
|
|
1846
1846
|
"local path to the workspace containing the template. Helpful during a development of a workspace-template"
|
|
1847
|
+
],
|
|
1848
|
+
[
|
|
1849
|
+
"c",
|
|
1850
|
+
"current-dir",
|
|
1851
|
+
"create the new workspace in current directory (default is to create a new directory, inside the current dir)"
|
|
1847
1852
|
]
|
|
1848
1853
|
],
|
|
1849
1854
|
"description": "create a new workspace from a template",
|
package/cli-reference.mdx
CHANGED
|
@@ -1422,6 +1422,7 @@ move files or directories of component(s)
|
|
|
1422
1422
|
| `--skip-git` | `-s` | skip generation of Git repository in the new workspace |
|
|
1423
1423
|
| `--empty` | `-e` | skip template's default component creation (relevant for templates that add components by default) |
|
|
1424
1424
|
| `--load-from <path-to-template>` | | local path to the workspace containing the template. Helpful during a development of a workspace-template |
|
|
1425
|
+
| `--current-dir` | `-c` | create the new workspace in current directory (default is to create a new directory, inside the current dir) |
|
|
1425
1426
|
|
|
1426
1427
|
---
|
|
1427
1428
|
|
package/dist/cli-reference.json
CHANGED
|
@@ -1844,6 +1844,11 @@
|
|
|
1844
1844
|
"",
|
|
1845
1845
|
"load-from <path-to-template>",
|
|
1846
1846
|
"local path to the workspace containing the template. Helpful during a development of a workspace-template"
|
|
1847
|
+
],
|
|
1848
|
+
[
|
|
1849
|
+
"c",
|
|
1850
|
+
"current-dir",
|
|
1851
|
+
"create the new workspace in current directory (default is to create a new directory, inside the current dir)"
|
|
1847
1852
|
]
|
|
1848
1853
|
],
|
|
1849
1854
|
"description": "create a new workspace from a template",
|
|
@@ -7458,7 +7458,22 @@ function MDXContent(_ref) {
|
|
|
7458
7458
|
}), (0, _react2.mdx)("td", {
|
|
7459
7459
|
parentName: "tr",
|
|
7460
7460
|
"align": null
|
|
7461
|
-
}, "local path to the workspace containing the template. Helpful during a development of a workspace-template"))
|
|
7461
|
+
}, "local path to the workspace containing the template. Helpful during a development of a workspace-template")), (0, _react2.mdx)("tr", {
|
|
7462
|
+
parentName: "tbody"
|
|
7463
|
+
}, (0, _react2.mdx)("td", {
|
|
7464
|
+
parentName: "tr",
|
|
7465
|
+
"align": null
|
|
7466
|
+
}, (0, _react2.mdx)("inlineCode", {
|
|
7467
|
+
parentName: "td"
|
|
7468
|
+
}, "--current-dir")), (0, _react2.mdx)("td", {
|
|
7469
|
+
parentName: "tr",
|
|
7470
|
+
"align": "center"
|
|
7471
|
+
}, (0, _react2.mdx)("inlineCode", {
|
|
7472
|
+
parentName: "td"
|
|
7473
|
+
}, "-c")), (0, _react2.mdx)("td", {
|
|
7474
|
+
parentName: "tr",
|
|
7475
|
+
"align": null
|
|
7476
|
+
}, "create the new workspace in current directory (default is to create a new directory, inside the current dir)")))), (0, _react2.mdx)("hr", null), (0, _react2.mdx)("h2", null, "pattern"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
|
|
7462
7477
|
parentName: "p"
|
|
7463
7478
|
}, "Description"), ": list the component ids matching the given pattern", (0, _react2.mdx)("br", {
|
|
7464
7479
|
parentName: "p"
|