@teambit/harmony.content.cli-reference 2.0.472 → 2.0.473

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.8.118'
2
+ description: 'Bit command synopses. Bit version: 1.8.119'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
5
5
 
@@ -1408,6 +1408,11 @@
1408
1408
  "skip-import",
1409
1409
  "do not import component objects if .bitmap changed not by bit"
1410
1410
  ],
1411
+ [
1412
+ "",
1413
+ "generate-types",
1414
+ "EXPERIMENTAL. generate d.ts files for typescript components (hurts performance)"
1415
+ ],
1411
1416
  [
1412
1417
  "",
1413
1418
  "trigger <comp-id>",
@@ -1691,7 +1696,7 @@
1691
1696
  [
1692
1697
  "",
1693
1698
  "generate-types",
1694
- "generate d.ts files for typescript components (hurts performance)"
1699
+ "EXPERIMENTAL. generate d.ts files for typescript components (hurts performance)"
1695
1700
  ]
1696
1701
  ],
1697
1702
  "description": "compile components in the workspace",
package/cli-reference.mdx CHANGED
@@ -376,13 +376,13 @@ The following gets removed by this command:
376
376
  | -------------------- | :---------------------------------------------------------------------: |
377
377
  | `component-names...` | a list of component names or component IDs (defaults to all components) |
378
378
 
379
- | **Option** | **Option alias** | **Description** |
380
- | ------------------- | :--------------: | ----------------------------------------------------------------- |
381
- | `--changed` | `-c` | compile only new and modified components |
382
- | `--verbose` | `-v` | show more data, such as, dist paths |
383
- | `--json` | `-j` | return the compile results in json format |
384
- | `--delete-dist-dir` | `-d` | delete existing dist folder before writing new compiled files |
385
- | `--generate-types` | | generate d.ts files for typescript components (hurts performance) |
379
+ | **Option** | **Option alias** | **Description** |
380
+ | ------------------- | :--------------: | ------------------------------------------------------------------------------- |
381
+ | `--changed` | `-c` | compile only new and modified components |
382
+ | `--verbose` | `-v` | show more data, such as, dist paths |
383
+ | `--json` | `-j` | return the compile results in json format |
384
+ | `--delete-dist-dir` | `-d` | delete existing dist folder before writing new compiled files |
385
+ | `--generate-types` | | EXPERIMENTAL. generate d.ts files for typescript components (hurts performance) |
386
386
 
387
387
  ---
388
388
 
@@ -2340,6 +2340,7 @@ if this doesn't work well for you, run "bit config set watch_use_polling true" t
2340
2340
  | `--check-types [string]` | `-t` | show errors/warnings for types. options are [file, project] to investigate only changed file or entire project. defaults to project |
2341
2341
  | `--import` | `-i` | DEPRECATED. it is now the default. helpful when using git. import component objects if .bitmap changed not by bit |
2342
2342
  | `--skip-import` | | do not import component objects if .bitmap changed not by bit |
2343
+ | `--generate-types` | | EXPERIMENTAL. generate d.ts files for typescript components (hurts performance) |
2343
2344
  | `--trigger <comp-id>` | | trigger recompilation of the specified component regardless of what changed. helpful when this comp-id must be a bundle |
2344
2345
 
2345
2346
  ---
@@ -1,5 +1,5 @@
1
1
  ---
2
- description: 'Bit command synopses. Bit version: 1.8.118'
2
+ description: 'Bit command synopses. Bit version: 1.8.119'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
5
5
 
@@ -1408,6 +1408,11 @@
1408
1408
  "skip-import",
1409
1409
  "do not import component objects if .bitmap changed not by bit"
1410
1410
  ],
1411
+ [
1412
+ "",
1413
+ "generate-types",
1414
+ "EXPERIMENTAL. generate d.ts files for typescript components (hurts performance)"
1415
+ ],
1411
1416
  [
1412
1417
  "",
1413
1418
  "trigger <comp-id>",
@@ -1691,7 +1696,7 @@
1691
1696
  [
1692
1697
  "",
1693
1698
  "generate-types",
1694
- "generate d.ts files for typescript components (hurts performance)"
1699
+ "EXPERIMENTAL. generate d.ts files for typescript components (hurts performance)"
1695
1700
  ]
1696
1701
  ],
1697
1702
  "description": "compile components in the workspace",
@@ -1999,7 +1999,7 @@ function MDXContent(_ref) {
1999
1999
  }), (0, _react2.mdx)("td", {
2000
2000
  parentName: "tr",
2001
2001
  "align": null
2002
- }, "generate d.ts files for typescript components (hurts performance)")))), (0, _react2.mdx)("hr", null), (0, _react2.mdx)("h2", null, "completion"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
2002
+ }, "EXPERIMENTAL. generate d.ts files for typescript components (hurts performance)")))), (0, _react2.mdx)("hr", null), (0, _react2.mdx)("h2", null, "completion"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
2003
2003
  parentName: "p"
2004
2004
  }, "Description"), ": enable bash/zsh-completion shortcuts for commands and options"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("inlineCode", {
2005
2005
  parentName: "p"
@@ -12263,6 +12263,19 @@ function MDXContent(_ref) {
12263
12263
  "align": null
12264
12264
  }, (0, _react2.mdx)("inlineCode", {
12265
12265
  parentName: "td"
12266
+ }, "--generate-types")), (0, _react2.mdx)("td", {
12267
+ parentName: "tr",
12268
+ "align": "center"
12269
+ }), (0, _react2.mdx)("td", {
12270
+ parentName: "tr",
12271
+ "align": null
12272
+ }, "EXPERIMENTAL. generate d.ts files for typescript components (hurts performance)")), (0, _react2.mdx)("tr", {
12273
+ parentName: "tbody"
12274
+ }, (0, _react2.mdx)("td", {
12275
+ parentName: "tr",
12276
+ "align": null
12277
+ }, (0, _react2.mdx)("inlineCode", {
12278
+ parentName: "td"
12266
12279
  }, "--trigger <comp-id>")), (0, _react2.mdx)("td", {
12267
12280
  parentName: "tr",
12268
12281
  "align": "center"