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

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.116'
2
+ description: 'Bit command synopses. Bit version: 1.8.118'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
5
5
 
@@ -1687,6 +1687,11 @@
1687
1687
  "d",
1688
1688
  "delete-dist-dir",
1689
1689
  "delete existing dist folder before writing new compiled files"
1690
+ ],
1691
+ [
1692
+ "",
1693
+ "generate-types",
1694
+ "generate d.ts files for typescript components (hurts performance)"
1690
1695
  ]
1691
1696
  ],
1692
1697
  "description": "compile components in the workspace",
package/cli-reference.mdx CHANGED
@@ -376,12 +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 |
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) |
385
386
 
386
387
  ---
387
388
 
@@ -1,5 +1,5 @@
1
1
  ---
2
- description: 'Bit command synopses. Bit version: 1.8.116'
2
+ description: 'Bit command synopses. Bit version: 1.8.118'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
5
5
 
@@ -1687,6 +1687,11 @@
1687
1687
  "d",
1688
1688
  "delete-dist-dir",
1689
1689
  "delete existing dist folder before writing new compiled files"
1690
+ ],
1691
+ [
1692
+ "",
1693
+ "generate-types",
1694
+ "generate d.ts files for typescript components (hurts performance)"
1690
1695
  ]
1691
1696
  ],
1692
1697
  "description": "compile components in the workspace",
@@ -1986,7 +1986,20 @@ function MDXContent(_ref) {
1986
1986
  }, "-d")), (0, _react2.mdx)("td", {
1987
1987
  parentName: "tr",
1988
1988
  "align": null
1989
- }, "delete existing dist folder before writing new compiled files")))), (0, _react2.mdx)("hr", null), (0, _react2.mdx)("h2", null, "completion"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
1989
+ }, "delete existing dist folder before writing new compiled files")), (0, _react2.mdx)("tr", {
1990
+ parentName: "tbody"
1991
+ }, (0, _react2.mdx)("td", {
1992
+ parentName: "tr",
1993
+ "align": null
1994
+ }, (0, _react2.mdx)("inlineCode", {
1995
+ parentName: "td"
1996
+ }, "--generate-types")), (0, _react2.mdx)("td", {
1997
+ parentName: "tr",
1998
+ "align": "center"
1999
+ }), (0, _react2.mdx)("td", {
2000
+ parentName: "tr",
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", {
1990
2003
  parentName: "p"
1991
2004
  }, "Description"), ": enable bash/zsh-completion shortcuts for commands and options"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("inlineCode", {
1992
2005
  parentName: "p"