@teambit/harmony.content.cli-reference 2.0.233 → 2.0.234

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.
@@ -1,5 +1,5 @@
1
1
  ---
2
- description: 'Bit command synopses. Bit version: 1.6.118'
2
+ description: 'Bit command synopses. Bit version: 1.6.119'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
5
5
 
@@ -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
  ---
@@ -1,5 +1,5 @@
1
1
  ---
2
- description: 'Bit command synopses. Bit version: 1.6.118'
2
+ description: 'Bit command synopses. Bit version: 1.6.119'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
5
5
 
@@ -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"