@teambit/harmony.content.cli-reference 2.0.464 → 2.0.466

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.110'
2
+ description: 'Bit command synopses. Bit version: 1.8.112'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
5
5
 
@@ -1407,6 +1407,11 @@
1407
1407
  "",
1408
1408
  "skip-import",
1409
1409
  "do not import component objects if .bitmap changed not by bit"
1410
+ ],
1411
+ [
1412
+ "",
1413
+ "trigger <comp-id>",
1414
+ "trigger recompilation of the specified component regardless of what changed. helpful when this comp-id must be a bundle"
1410
1415
  ]
1411
1416
  ],
1412
1417
  "description": "automatically recompile modified components (on save)",
package/cli-reference.mdx CHANGED
@@ -2339,6 +2339,7 @@ if this doesn't work well for you, run "bit config set watch_use_polling true" t
2339
2339
  | `--check-types [string]` | `-t` | show errors/warnings for types. options are [file, project] to investigate only changed file or entire project. defaults to project |
2340
2340
  | `--import` | `-i` | DEPRECATED. it is now the default. helpful when using git. import component objects if .bitmap changed not by bit |
2341
2341
  | `--skip-import` | | do not import component objects if .bitmap changed not by bit |
2342
+ | `--trigger <comp-id>` | | trigger recompilation of the specified component regardless of what changed. helpful when this comp-id must be a bundle |
2342
2343
 
2343
2344
  ---
2344
2345
 
@@ -1,5 +1,5 @@
1
1
  ---
2
- description: 'Bit command synopses. Bit version: 1.8.110'
2
+ description: 'Bit command synopses. Bit version: 1.8.112'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
5
5
 
@@ -1407,6 +1407,11 @@
1407
1407
  "",
1408
1408
  "skip-import",
1409
1409
  "do not import component objects if .bitmap changed not by bit"
1410
+ ],
1411
+ [
1412
+ "",
1413
+ "trigger <comp-id>",
1414
+ "trigger recompilation of the specified component regardless of what changed. helpful when this comp-id must be a bundle"
1410
1415
  ]
1411
1416
  ],
1412
1417
  "description": "automatically recompile modified components (on save)",
@@ -12243,7 +12243,20 @@ function MDXContent(_ref) {
12243
12243
  }), (0, _react2.mdx)("td", {
12244
12244
  parentName: "tr",
12245
12245
  "align": null
12246
- }, "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", {
12246
+ }, "do not import component objects if .bitmap changed not by bit")), (0, _react2.mdx)("tr", {
12247
+ parentName: "tbody"
12248
+ }, (0, _react2.mdx)("td", {
12249
+ parentName: "tr",
12250
+ "align": null
12251
+ }, (0, _react2.mdx)("inlineCode", {
12252
+ parentName: "td"
12253
+ }, "--trigger <comp-id>")), (0, _react2.mdx)("td", {
12254
+ parentName: "tr",
12255
+ "align": "center"
12256
+ }), (0, _react2.mdx)("td", {
12257
+ parentName: "tr",
12258
+ "align": null
12259
+ }, "trigger recompilation of the specified component regardless of what changed. helpful when this comp-id must be a bundle")))), (0, _react2.mdx)("hr", null), (0, _react2.mdx)("h2", null, "whoami"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
12247
12260
  parentName: "p"
12248
12261
  }, "Description"), ": display the currently logged in user"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("inlineCode", {
12249
12262
  parentName: "p"