@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.
- package/cli-reference.docs.mdx +1 -1
- package/cli-reference.json +5 -0
- package/cli-reference.mdx +6 -5
- package/dist/cli-reference.docs.mdx +1 -1
- package/dist/cli-reference.json +5 -0
- package/dist/cli-reference.mdx.js +15 -0
- package/dist/cli-reference.mdx.js.map +1 -1
- package/dist/{preview-1704880813005.js → preview-1704943037068.js} +2 -2
- package/package.json +2 -2
package/cli-reference.docs.mdx
CHANGED
package/cli-reference.json
CHANGED
|
@@ -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**
|
|
650
|
-
|
|
|
651
|
-
| `--force`
|
|
652
|
-
| `--
|
|
653
|
-
| `--
|
|
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
|
|
package/dist/cli-reference.json
CHANGED
|
@@ -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"
|