@teambit/harmony.content.cli-reference 2.0.248 → 2.0.249

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.133'
2
+ description: 'Bit command synopses. Bit version: 1.6.134'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
5
5
 
@@ -1793,6 +1793,11 @@
1793
1793
  "t",
1794
1794
  "check-types [string]",
1795
1795
  "EXPERIMENTAL. show errors/warnings for types. options are [file, project] to investigate only changed file or entire project. defaults to project"
1796
+ ],
1797
+ [
1798
+ "i",
1799
+ "import",
1800
+ "helpful when using git. import component objects if .bitmap changed not by bit"
1796
1801
  ]
1797
1802
  ],
1798
1803
  "description": "automatically recompile modified components (on save)",
package/cli-reference.mdx CHANGED
@@ -2184,6 +2184,7 @@ if this doesn't work well for you, run "bit config set watch_use_polling true" t
2184
2184
  | `--verbose` | `-v` | show all watch events and compiler verbose output |
2185
2185
  | `--skip-pre-compilation` | | skip compilation step before starting to watch |
2186
2186
  | `--check-types [string]` | `-t` | EXPERIMENTAL. show errors/warnings for types. options are [file, project] to investigate only changed file or entire project. defaults to project |
2187
+ | `--import` | `-i` | helpful when using git. import component objects if .bitmap changed not by bit |
2187
2188
 
2188
2189
  ---
2189
2190
 
@@ -1,5 +1,5 @@
1
1
  ---
2
- description: 'Bit command synopses. Bit version: 1.6.133'
2
+ description: 'Bit command synopses. Bit version: 1.6.134'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
5
5
 
@@ -1793,6 +1793,11 @@
1793
1793
  "t",
1794
1794
  "check-types [string]",
1795
1795
  "EXPERIMENTAL. show errors/warnings for types. options are [file, project] to investigate only changed file or entire project. defaults to project"
1796
+ ],
1797
+ [
1798
+ "i",
1799
+ "import",
1800
+ "helpful when using git. import component objects if .bitmap changed not by bit"
1796
1801
  ]
1797
1802
  ],
1798
1803
  "description": "automatically recompile modified components (on save)",
@@ -11388,7 +11388,22 @@ function MDXContent(_ref) {
11388
11388
  }, "-t")), (0, _react2.mdx)("td", {
11389
11389
  parentName: "tr",
11390
11390
  "align": null
11391
- }, "EXPERIMENTAL. show errors/warnings for types. options are ", "[file, project]", " to investigate only changed file or entire project. defaults to project")))), (0, _react2.mdx)("hr", null), (0, _react2.mdx)("h2", null, "whoami"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
11391
+ }, "EXPERIMENTAL. show errors/warnings for types. options are ", "[file, project]", " to investigate only changed file or entire project. defaults to project")), (0, _react2.mdx)("tr", {
11392
+ parentName: "tbody"
11393
+ }, (0, _react2.mdx)("td", {
11394
+ parentName: "tr",
11395
+ "align": null
11396
+ }, (0, _react2.mdx)("inlineCode", {
11397
+ parentName: "td"
11398
+ }, "--import")), (0, _react2.mdx)("td", {
11399
+ parentName: "tr",
11400
+ "align": "center"
11401
+ }, (0, _react2.mdx)("inlineCode", {
11402
+ parentName: "td"
11403
+ }, "-i")), (0, _react2.mdx)("td", {
11404
+ parentName: "tr",
11405
+ "align": null
11406
+ }, "helpful when using git. import component objects if .bitmap changed not by bit")))), (0, _react2.mdx)("hr", null), (0, _react2.mdx)("h2", null, "whoami"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
11392
11407
  parentName: "p"
11393
11408
  }, "Description"), ": display the currently logged in user"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("inlineCode", {
11394
11409
  parentName: "p"