@teambit/harmony.content.cli-reference 2.0.300 → 2.0.302

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.7.5'
2
+ description: 'Bit command synopses. Bit version: 1.7.7'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
5
5
 
@@ -1828,7 +1828,12 @@
1828
1828
  [
1829
1829
  "i",
1830
1830
  "import",
1831
- "helpful when using git. import component objects if .bitmap changed not by bit"
1831
+ "DEPRECATED. it is now the default. helpful when using git. import component objects if .bitmap changed not by bit"
1832
+ ],
1833
+ [
1834
+ "",
1835
+ "skip-import",
1836
+ "do not import component objects if .bitmap changed not by bit"
1832
1837
  ]
1833
1838
  ],
1834
1839
  "description": "automatically recompile modified components (on save)",
package/cli-reference.mdx CHANGED
@@ -2248,7 +2248,8 @@ if this doesn't work well for you, run "bit config set watch_use_polling true" t
2248
2248
  | `--verbose` | `-v` | show all watch events and compiler verbose output |
2249
2249
  | `--skip-pre-compilation` | | skip compilation step before starting to watch |
2250
2250
  | `--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 |
2251
- | `--import` | `-i` | helpful when using git. import component objects if .bitmap changed not by bit |
2251
+ | `--import` | `-i` | DEPRECATED. it is now the default. helpful when using git. import component objects if .bitmap changed not by bit |
2252
+ | `--skip-import` | | do not import component objects if .bitmap changed not by bit |
2252
2253
 
2253
2254
  ---
2254
2255
 
@@ -1,5 +1,5 @@
1
1
  ---
2
- description: 'Bit command synopses. Bit version: 1.7.5'
2
+ description: 'Bit command synopses. Bit version: 1.7.7'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
5
5
 
@@ -1828,7 +1828,12 @@
1828
1828
  [
1829
1829
  "i",
1830
1830
  "import",
1831
- "helpful when using git. import component objects if .bitmap changed not by bit"
1831
+ "DEPRECATED. it is now the default. helpful when using git. import component objects if .bitmap changed not by bit"
1832
+ ],
1833
+ [
1834
+ "",
1835
+ "skip-import",
1836
+ "do not import component objects if .bitmap changed not by bit"
1832
1837
  ]
1833
1838
  ],
1834
1839
  "description": "automatically recompile modified components (on save)",
@@ -11636,7 +11636,20 @@ function MDXContent(_ref) {
11636
11636
  }, "-i")), (0, _react2.mdx)("td", {
11637
11637
  parentName: "tr",
11638
11638
  "align": null
11639
- }, "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", {
11639
+ }, "DEPRECATED. it is now the default. helpful when using git. import component objects if .bitmap changed not by bit")), (0, _react2.mdx)("tr", {
11640
+ parentName: "tbody"
11641
+ }, (0, _react2.mdx)("td", {
11642
+ parentName: "tr",
11643
+ "align": null
11644
+ }, (0, _react2.mdx)("inlineCode", {
11645
+ parentName: "td"
11646
+ }, "--skip-import")), (0, _react2.mdx)("td", {
11647
+ parentName: "tr",
11648
+ "align": "center"
11649
+ }), (0, _react2.mdx)("td", {
11650
+ parentName: "tr",
11651
+ "align": null
11652
+ }, "do not 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", {
11640
11653
  parentName: "p"
11641
11654
  }, "Description"), ": display the currently logged in user"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("inlineCode", {
11642
11655
  parentName: "p"