@teambit/harmony.content.cli-reference 2.0.972 → 2.0.974
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 +10 -0
- package/cli-reference.mdx +2 -0
- package/dist/cli-reference.docs.mdx +1 -1
- package/dist/cli-reference.json +10 -0
- package/dist/cli-reference.mdx.js +6 -2
- package/dist/cli-reference.mdx.js.map +1 -1
- package/dist/{preview-1774909349495.js → preview-1775055917475.js} +2 -2
- package/package.json +2 -2
package/cli-reference.docs.mdx
CHANGED
package/cli-reference.json
CHANGED
|
@@ -2701,6 +2701,11 @@
|
|
|
2701
2701
|
"",
|
|
2702
2702
|
"force-theirs",
|
|
2703
2703
|
"do not merge, just overwrite with incoming files"
|
|
2704
|
+
],
|
|
2705
|
+
[
|
|
2706
|
+
"",
|
|
2707
|
+
"include-new-from-scope",
|
|
2708
|
+
"relevant for 'bit checkout head'. import components from the defaultScope that don't exist in the workspace"
|
|
2704
2709
|
]
|
|
2705
2710
|
],
|
|
2706
2711
|
"description": "switch between component versions or remove local changes",
|
|
@@ -4576,6 +4581,11 @@
|
|
|
4576
4581
|
"",
|
|
4577
4582
|
"quick",
|
|
4578
4583
|
"show only new and modified components based on file changes. much faster, but does not detect dependency or config changes"
|
|
4584
|
+
],
|
|
4585
|
+
[
|
|
4586
|
+
"",
|
|
4587
|
+
"expand",
|
|
4588
|
+
"expand all collapsed sections (e.g. auto-tag pending components)"
|
|
4579
4589
|
]
|
|
4580
4590
|
],
|
|
4581
4591
|
"description": "show workspace component status and issues",
|
package/cli-reference.mdx
CHANGED
|
@@ -359,6 +359,7 @@ the `<to>` argument accepts these values:
|
|
|
359
359
|
| `--skip-dependency-installation` | `-x` | do not auto-install dependencies of the imported components |
|
|
360
360
|
| `--force-ours` | | do not merge, preserve local files as is |
|
|
361
361
|
| `--force-theirs` | | do not merge, just overwrite with incoming files |
|
|
362
|
+
| `--include-new-from-scope` | | relevant for 'bit checkout head'. import components from the defaultScope that don't exist in the workspace |
|
|
362
363
|
|
|
363
364
|
---
|
|
364
365
|
|
|
@@ -2541,6 +2542,7 @@ for maximum speed (skips aspect loading entirely), use "bit mini-status".
|
|
|
2541
2542
|
| `--fail-on-error` | | exit with code 1 only when tag/snap blocker issues are found (not warnings) |
|
|
2542
2543
|
| `--ignore-circular-dependencies` | `-c` | do not check for circular dependencies to get the results quicker |
|
|
2543
2544
|
| `--quick` | | show only new and modified components based on file changes. much faster, but does not detect dependency or config changes |
|
|
2545
|
+
| `--expand` | | expand all collapsed sections (e.g. auto-tag pending components) |
|
|
2544
2546
|
|
|
2545
2547
|
---
|
|
2546
2548
|
|
package/dist/cli-reference.json
CHANGED
|
@@ -2701,6 +2701,11 @@
|
|
|
2701
2701
|
"",
|
|
2702
2702
|
"force-theirs",
|
|
2703
2703
|
"do not merge, just overwrite with incoming files"
|
|
2704
|
+
],
|
|
2705
|
+
[
|
|
2706
|
+
"",
|
|
2707
|
+
"include-new-from-scope",
|
|
2708
|
+
"relevant for 'bit checkout head'. import components from the defaultScope that don't exist in the workspace"
|
|
2704
2709
|
]
|
|
2705
2710
|
],
|
|
2706
2711
|
"description": "switch between component versions or remove local changes",
|
|
@@ -4576,6 +4581,11 @@
|
|
|
4576
4581
|
"",
|
|
4577
4582
|
"quick",
|
|
4578
4583
|
"show only new and modified components based on file changes. much faster, but does not detect dependency or config changes"
|
|
4584
|
+
],
|
|
4585
|
+
[
|
|
4586
|
+
"",
|
|
4587
|
+
"expand",
|
|
4588
|
+
"expand all collapsed sections (e.g. auto-tag pending components)"
|
|
4579
4589
|
]
|
|
4580
4590
|
],
|
|
4581
4591
|
"description": "show workspace component status and issues",
|
|
@@ -797,7 +797,9 @@ function _createMdxContent(props) {
|
|
|
797
797
|
children: "--force-ours"
|
|
798
798
|
}), " | | do not merge, preserve local files as is |\n| ", (0, _jsxRuntime.jsx)(_components.code, {
|
|
799
799
|
children: "--force-theirs"
|
|
800
|
-
}), " | | do not merge, just overwrite with incoming files |"
|
|
800
|
+
}), " | | do not merge, just overwrite with incoming files |\n| ", (0, _jsxRuntime.jsx)(_components.code, {
|
|
801
|
+
children: "--include-new-from-scope"
|
|
802
|
+
}), " | | relevant for 'bit checkout head'. import components from the defaultScope that don't exist in the workspace |"]
|
|
801
803
|
}), "\n", (0, _jsxRuntime.jsx)(_components.hr, {}), "\n", (0, _jsxRuntime.jsx)(_components.h2, {
|
|
802
804
|
children: "ci"
|
|
803
805
|
}), "\n", (0, _jsxRuntime.jsxs)(_components.p, {
|
|
@@ -5159,7 +5161,9 @@ function _createMdxContent(props) {
|
|
|
5159
5161
|
children: "-c"
|
|
5160
5162
|
}), " | do not check for circular dependencies to get the results quicker |\n| ", (0, _jsxRuntime.jsx)(_components.code, {
|
|
5161
5163
|
children: "--quick"
|
|
5162
|
-
}), " | | show only new and modified components based on file changes. much faster, but does not detect dependency or config changes |"
|
|
5164
|
+
}), " | | show only new and modified components based on file changes. much faster, but does not detect dependency or config changes |\n| ", (0, _jsxRuntime.jsx)(_components.code, {
|
|
5165
|
+
children: "--expand"
|
|
5166
|
+
}), " | | expand all collapsed sections (e.g. auto-tag pending components) |"]
|
|
5163
5167
|
}), "\n", (0, _jsxRuntime.jsx)(_components.hr, {}), "\n", (0, _jsxRuntime.jsx)(_components.h2, {
|
|
5164
5168
|
children: "system"
|
|
5165
5169
|
}), "\n", (0, _jsxRuntime.jsxs)(_components.p, {
|