@teambit/harmony.content.cli-reference 2.0.233 → 2.0.235
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 +15 -0
- package/dist/cli-reference.mdx.js.map +1 -1
- package/dist/{preview-1712632644937.js → preview-1712805335812.js} +2 -2
- package/package.json +2 -2
package/cli-reference.docs.mdx
CHANGED
package/cli-reference.json
CHANGED
|
@@ -358,6 +358,11 @@
|
|
|
358
358
|
"include-node-modules",
|
|
359
359
|
"relevant for --archive. include node_modules in the archive file"
|
|
360
360
|
],
|
|
361
|
+
[
|
|
362
|
+
"p",
|
|
363
|
+
"include-public",
|
|
364
|
+
"relevant for --archive. include public folder in the archive file"
|
|
365
|
+
],
|
|
361
366
|
[
|
|
362
367
|
"e",
|
|
363
368
|
"exclude-local-scope",
|
package/cli-reference.mdx
CHANGED
|
@@ -634,6 +634,7 @@ this command marks the components as deleted, and after snap/tag and export they
|
|
|
634
634
|
| `--save [filePath]` | `-s` | save diagnoses to a file |
|
|
635
635
|
| `--archive [filePath]` | `-a` | archive the workspace including diagnosis info (by default exclude node-modules and include .bit) |
|
|
636
636
|
| `--include-node-modules` | `-n` | relevant for --archive. include node_modules in the archive file |
|
|
637
|
+
| `--include-public` | `-p` | relevant for --archive. include public folder in the archive file |
|
|
637
638
|
| `--exclude-local-scope` | `-e` | relevant for --archive. exclude .bit or .git/bit from the archive file |
|
|
638
639
|
|
|
639
640
|
---
|
package/dist/cli-reference.json
CHANGED
|
@@ -358,6 +358,11 @@
|
|
|
358
358
|
"include-node-modules",
|
|
359
359
|
"relevant for --archive. include node_modules in the archive file"
|
|
360
360
|
],
|
|
361
|
+
[
|
|
362
|
+
"p",
|
|
363
|
+
"include-public",
|
|
364
|
+
"relevant for --archive. include public folder in the archive file"
|
|
365
|
+
],
|
|
361
366
|
[
|
|
362
367
|
"e",
|
|
363
368
|
"exclude-local-scope",
|
|
@@ -3101,6 +3101,21 @@ function MDXContent(_ref) {
|
|
|
3101
3101
|
"align": null
|
|
3102
3102
|
}, (0, _react2.mdx)("inlineCode", {
|
|
3103
3103
|
parentName: "td"
|
|
3104
|
+
}, "--include-public")), (0, _react2.mdx)("td", {
|
|
3105
|
+
parentName: "tr",
|
|
3106
|
+
"align": "center"
|
|
3107
|
+
}, (0, _react2.mdx)("inlineCode", {
|
|
3108
|
+
parentName: "td"
|
|
3109
|
+
}, "-p")), (0, _react2.mdx)("td", {
|
|
3110
|
+
parentName: "tr",
|
|
3111
|
+
"align": null
|
|
3112
|
+
}, "relevant for --archive. include public folder in the archive file")), (0, _react2.mdx)("tr", {
|
|
3113
|
+
parentName: "tbody"
|
|
3114
|
+
}, (0, _react2.mdx)("td", {
|
|
3115
|
+
parentName: "tr",
|
|
3116
|
+
"align": null
|
|
3117
|
+
}, (0, _react2.mdx)("inlineCode", {
|
|
3118
|
+
parentName: "td"
|
|
3104
3119
|
}, "--exclude-local-scope")), (0, _react2.mdx)("td", {
|
|
3105
3120
|
parentName: "tr",
|
|
3106
3121
|
"align": "center"
|