@teambit/harmony.content.cli-reference 2.0.138 → 2.0.139

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.22'
2
+ description: 'Bit command synopses. Bit version: 1.6.24'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
5
5
 
@@ -2429,6 +2429,11 @@
2429
2429
  "force",
2430
2430
  "ignore local changes/versions. eject component/s even when they are staged or modified. Note: unexported tags/snaps will be lost"
2431
2431
  ],
2432
+ [
2433
+ "x",
2434
+ "skip-dependency-installation",
2435
+ "do not auto-install dependencies"
2436
+ ],
2432
2437
  [
2433
2438
  "j",
2434
2439
  "json",
package/cli-reference.mdx CHANGED
@@ -646,11 +646,12 @@ By default the component files will be removed from the workspace
646
646
  | ------------------- | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |
647
647
  | `component-pattern` | component name, component id, or component pattern. use component pattern to select multiple components. wrap the pattern with quotes. use comma to separate patterns and "!" to exclude. e.g. "ui/\*\*, !ui/button". use `bit pattern --help` to understand patterns better and `bit pattern <pattern>` to validate the pattern. |
648
648
 
649
- | **Option** | **Option alias** | **Description** |
650
- | -------------- | :--------------: | -------------------------------------------------------------------------------------------------------------------------------- |
651
- | `--force` | `-f` | ignore local changes/versions. eject component/s even when they are staged or modified. Note: unexported tags/snaps will be lost |
652
- | `--json` | `-j` | print the results in JSON format |
653
- | `--keep-files` | | keep the component files in the workspace intact |
649
+ | **Option** | **Option alias** | **Description** |
650
+ | -------------------------------- | :--------------: | -------------------------------------------------------------------------------------------------------------------------------- |
651
+ | `--force` | `-f` | ignore local changes/versions. eject component/s even when they are staged or modified. Note: unexported tags/snaps will be lost |
652
+ | `--skip-dependency-installation` | `-x` | do not auto-install dependencies |
653
+ | `--json` | `-j` | print the results in JSON format |
654
+ | `--keep-files` | | keep the component files in the workspace intact |
654
655
 
655
656
  ---
656
657
 
@@ -1,5 +1,5 @@
1
1
  ---
2
- description: 'Bit command synopses. Bit version: 1.6.22'
2
+ description: 'Bit command synopses. Bit version: 1.6.24'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
5
5
 
@@ -2429,6 +2429,11 @@
2429
2429
  "force",
2430
2430
  "ignore local changes/versions. eject component/s even when they are staged or modified. Note: unexported tags/snaps will be lost"
2431
2431
  ],
2432
+ [
2433
+ "x",
2434
+ "skip-dependency-installation",
2435
+ "do not auto-install dependencies"
2436
+ ],
2432
2437
  [
2433
2438
  "j",
2434
2439
  "json",
@@ -3135,6 +3135,21 @@ function MDXContent(_ref) {
3135
3135
  "align": null
3136
3136
  }, (0, _react2.mdx)("inlineCode", {
3137
3137
  parentName: "td"
3138
+ }, "--skip-dependency-installation")), (0, _react2.mdx)("td", {
3139
+ parentName: "tr",
3140
+ "align": "center"
3141
+ }, (0, _react2.mdx)("inlineCode", {
3142
+ parentName: "td"
3143
+ }, "-x")), (0, _react2.mdx)("td", {
3144
+ parentName: "tr",
3145
+ "align": null
3146
+ }, "do not auto-install dependencies")), (0, _react2.mdx)("tr", {
3147
+ parentName: "tbody"
3148
+ }, (0, _react2.mdx)("td", {
3149
+ parentName: "tr",
3150
+ "align": null
3151
+ }, (0, _react2.mdx)("inlineCode", {
3152
+ parentName: "td"
3138
3153
  }, "--json")), (0, _react2.mdx)("td", {
3139
3154
  parentName: "tr",
3140
3155
  "align": "center"