@teambit/harmony.content.cli-reference 2.0.73 → 2.0.75
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 +4 -4
- package/cli-reference.mdx +46 -46
- package/dist/cli-reference.docs.mdx +1 -1
- package/dist/cli-reference.json +4 -4
- package/dist/cli-reference.mdx.js +2 -2
- package/dist/cli-reference.mdx.js.map +1 -1
- package/dist/{preview-1701228028835.js → preview-1701314218738.js} +2 -2
- package/package.json +2 -2
package/cli-reference.docs.mdx
CHANGED
package/cli-reference.json
CHANGED
|
@@ -2577,7 +2577,7 @@
|
|
|
2577
2577
|
[
|
|
2578
2578
|
"i",
|
|
2579
2579
|
"ignore-issues [issues]",
|
|
2580
|
-
"ignore component issues (shown in \"bit status\" as \"issues found\"), issues to ignore:\n[MissingPackagesDependenciesOnFs, MissingManuallyConfiguredPackages,
|
|
2580
|
+
"ignore component issues (shown in \"bit status\" as \"issues found\"), issues to ignore:\n[MissingPackagesDependenciesOnFs, MissingManuallyConfiguredPackages, UntrackedDependencies, ResolveErrors, RelativeComponents, RelativeComponentsAuthored, ParseErrors, MissingDists, LegacyInsideHarmony, MissingDependenciesOnFs, ImportNonMainFiles, MultipleEnvs, MissingLinksFromNodeModulesToSrc, CircularDependencies, DuplicateComponentAndPackage, MergeConfigHasConflict, NonLoadedEnv, ExternalEnvWithoutVersion, RemovedDependencies]\nto ignore multiple issues, separate them by a comma and wrap with quotes. to ignore all issues, specify \"*\"."
|
|
2581
2581
|
],
|
|
2582
2582
|
[
|
|
2583
2583
|
"I",
|
|
@@ -2690,7 +2690,7 @@
|
|
|
2690
2690
|
[
|
|
2691
2691
|
"i",
|
|
2692
2692
|
"ignore-issues [issues]",
|
|
2693
|
-
"ignore component issues (shown in \"bit status\" as \"issues found\"), issues to ignore:\n[MissingPackagesDependenciesOnFs, MissingManuallyConfiguredPackages,
|
|
2693
|
+
"ignore component issues (shown in \"bit status\" as \"issues found\"), issues to ignore:\n[MissingPackagesDependenciesOnFs, MissingManuallyConfiguredPackages, UntrackedDependencies, ResolveErrors, RelativeComponents, RelativeComponentsAuthored, ParseErrors, MissingDists, LegacyInsideHarmony, MissingDependenciesOnFs, ImportNonMainFiles, MultipleEnvs, MissingLinksFromNodeModulesToSrc, CircularDependencies, DuplicateComponentAndPackage, MergeConfigHasConflict, NonLoadedEnv, ExternalEnvWithoutVersion, RemovedDependencies]\nto ignore multiple issues, separate them by a comma and wrap with quotes. to ignore all issues, specify \"*\"."
|
|
2694
2694
|
],
|
|
2695
2695
|
[
|
|
2696
2696
|
"a",
|
|
@@ -2841,7 +2841,7 @@
|
|
|
2841
2841
|
[
|
|
2842
2842
|
"i",
|
|
2843
2843
|
"ignore-issues [issues]",
|
|
2844
|
-
"ignore component issues (shown in \"bit status\" as \"issues found\"), issues to ignore:\n[MissingPackagesDependenciesOnFs, MissingManuallyConfiguredPackages,
|
|
2844
|
+
"ignore component issues (shown in \"bit status\" as \"issues found\"), issues to ignore:\n[MissingPackagesDependenciesOnFs, MissingManuallyConfiguredPackages, UntrackedDependencies, ResolveErrors, RelativeComponents, RelativeComponentsAuthored, ParseErrors, MissingDists, LegacyInsideHarmony, MissingDependenciesOnFs, ImportNonMainFiles, MultipleEnvs, MissingLinksFromNodeModulesToSrc, CircularDependencies, DuplicateComponentAndPackage, MergeConfigHasConflict, NonLoadedEnv, ExternalEnvWithoutVersion, RemovedDependencies]\nto ignore multiple issues, separate them by a comma and wrap with quotes. to ignore all issues, specify \"*\"."
|
|
2845
2845
|
],
|
|
2846
2846
|
[
|
|
2847
2847
|
"I",
|
|
@@ -2902,7 +2902,7 @@
|
|
|
2902
2902
|
[
|
|
2903
2903
|
"i",
|
|
2904
2904
|
"ignore-issues [issues]",
|
|
2905
|
-
"ignore component issues (shown in \"bit status\" as \"issues found\"), issues to ignore:\n[MissingPackagesDependenciesOnFs, MissingManuallyConfiguredPackages,
|
|
2905
|
+
"ignore component issues (shown in \"bit status\" as \"issues found\"), issues to ignore:\n[MissingPackagesDependenciesOnFs, MissingManuallyConfiguredPackages, UntrackedDependencies, ResolveErrors, RelativeComponents, RelativeComponentsAuthored, ParseErrors, MissingDists, LegacyInsideHarmony, MissingDependenciesOnFs, ImportNonMainFiles, MultipleEnvs, MissingLinksFromNodeModulesToSrc, CircularDependencies, DuplicateComponentAndPackage, MergeConfigHasConflict, NonLoadedEnv, ExternalEnvWithoutVersion, RemovedDependencies]\nto ignore multiple issues, separate them by a comma and wrap with quotes. to ignore all issues, specify \"*\"."
|
|
2906
2906
|
],
|
|
2907
2907
|
[
|
|
2908
2908
|
"j",
|
package/cli-reference.mdx
CHANGED
|
@@ -1777,22 +1777,22 @@ optionally, provide [pattern] to limit the fork to specific components
|
|
|
1777
1777
|
| ------------------- | :-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |
|
|
1778
1778
|
| `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.. By default, only new and modified components are snapped (add --unmodified to snap all components in the workspace). |
|
|
1779
1779
|
|
|
1780
|
-
| **Option** | **Option alias** | **Description**
|
|
1781
|
-
| -------------------------- | :--------------: |
|
|
1782
|
-
| `--message <message>` | `-m` | snap message describing the latest changes - will appear in component history log
|
|
1783
|
-
| `--unmodified` | `-u` | include unmodified components (by default, only new and modified components are snapped)
|
|
1784
|
-
| `--unmerged` | | complete a merge process by snapping the unmerged components
|
|
1785
|
-
| `--build` | `-b` | locally run the build pipeline (i.e. not via rippleCI) and complete the snap
|
|
1786
|
-
| `--editor [editor]` | | open an editor to write a snap message per component. optionally specify the editor-name (defaults to vim).
|
|
1787
|
-
| `--skip-tests` | | skip running component tests during snap process
|
|
1788
|
-
| `--skip-auto-snap` | | skip auto snapping dependents
|
|
1789
|
-
| `--disable-snap-pipeline` | | skip the snap pipeline. this will for instance skip packing and publishing component version for install, and app deployment
|
|
1790
|
-
| `--force-deploy` | | DEPRECATED. use --ignore-build-error instead
|
|
1791
|
-
| `--ignore-build-errors` | | proceed to snap pipeline even when build pipeline fails
|
|
1792
|
-
| `--ignore-issues [issues]` | `-i` | ignore component issues (shown in "bit status" as "issues found"), issues to ignore: [MissingPackagesDependenciesOnFs, MissingManuallyConfiguredPackages,
|
|
1793
|
-
| `--all` | `-a` | DEPRECATED (not needed anymore, now the default). snap all new and modified components
|
|
1794
|
-
| `--fail-fast` | | stop pipeline execution on the first failed task (by default a task is skipped only when its dependency failed)
|
|
1795
|
-
| `--force` | `-f` | DEPRECATED (use "--skip-tests" or "--unmodified" instead). force-snap even if tests are failing and even when component has not changed
|
|
1780
|
+
| **Option** | **Option alias** | **Description** |
|
|
1781
|
+
| -------------------------- | :--------------: | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
|
1782
|
+
| `--message <message>` | `-m` | snap message describing the latest changes - will appear in component history log |
|
|
1783
|
+
| `--unmodified` | `-u` | include unmodified components (by default, only new and modified components are snapped) |
|
|
1784
|
+
| `--unmerged` | | complete a merge process by snapping the unmerged components |
|
|
1785
|
+
| `--build` | `-b` | locally run the build pipeline (i.e. not via rippleCI) and complete the snap |
|
|
1786
|
+
| `--editor [editor]` | | open an editor to write a snap message per component. optionally specify the editor-name (defaults to vim). |
|
|
1787
|
+
| `--skip-tests` | | skip running component tests during snap process |
|
|
1788
|
+
| `--skip-auto-snap` | | skip auto snapping dependents |
|
|
1789
|
+
| `--disable-snap-pipeline` | | skip the snap pipeline. this will for instance skip packing and publishing component version for install, and app deployment |
|
|
1790
|
+
| `--force-deploy` | | DEPRECATED. use --ignore-build-error instead |
|
|
1791
|
+
| `--ignore-build-errors` | | proceed to snap pipeline even when build pipeline fails |
|
|
1792
|
+
| `--ignore-issues [issues]` | `-i` | ignore component issues (shown in "bit status" as "issues found"), issues to ignore: [MissingPackagesDependenciesOnFs, MissingManuallyConfiguredPackages, UntrackedDependencies, ResolveErrors, RelativeComponents, RelativeComponentsAuthored, ParseErrors, MissingDists, LegacyInsideHarmony, MissingDependenciesOnFs, ImportNonMainFiles, MultipleEnvs, MissingLinksFromNodeModulesToSrc, CircularDependencies, DuplicateComponentAndPackage, MergeConfigHasConflict, NonLoadedEnv, ExternalEnvWithoutVersion, RemovedDependencies] to ignore multiple issues, separate them by a comma and wrap with quotes. to ignore all issues, specify "\*". |
|
|
1793
|
+
| `--all` | `-a` | DEPRECATED (not needed anymore, now the default). snap all new and modified components |
|
|
1794
|
+
| `--fail-fast` | | stop pipeline execution on the first failed task (by default a task is skipped only when its dependency failed) |
|
|
1795
|
+
| `--force` | `-f` | DEPRECATED (use "--skip-tests" or "--unmodified" instead). force-snap even if tests are failing and even when component has not changed |
|
|
1796
1796
|
|
|
1797
1797
|
---
|
|
1798
1798
|
|
|
@@ -1864,36 +1864,36 @@ if patterns are entered, you can specify a version per pattern using "@" sign, e
|
|
|
1864
1864
|
| ----------------------- | :-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |
|
|
1865
1865
|
| `component-patterns...` | 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.. By default, all new and modified are tagged. |
|
|
1866
1866
|
|
|
1867
|
-
| **Option** | **Option alias** | **Description**
|
|
1868
|
-
| ---------------------------- | :--------------: |
|
|
1869
|
-
| `--message <message>` | `-m` | a log message describing latest changes
|
|
1870
|
-
| `--unmodified` | `-u` | include unmodified components (by default, only new and modified components are tagged)
|
|
1871
|
-
| `--editor [editor]` | | open an editor to write a tag message for each component. optionally, specify the editor-name (defaults to vim).
|
|
1872
|
-
| `--ver <version>` | `-v` | tag with the given version
|
|
1873
|
-
| `--increment <level>` | `-l` | options are: [major, premajor, minor, preminor, patch, prepatch, prerelease], default to patch
|
|
1874
|
-
| `--prerelease-id <id>` | | prerelease identifier (e.g. "dev" to get "1.0.0-dev.1")
|
|
1875
|
-
| `--patch` | `-p` | syntactic sugar for "--increment patch"
|
|
1876
|
-
| `--minor` | | syntactic sugar for "--increment minor"
|
|
1877
|
-
| `--major` | | syntactic sugar for "--increment major"
|
|
1878
|
-
| `--pre-release [identifier]` | | syntactic sugar for "--increment prerelease" and `--prerelease-id <identifier>`
|
|
1879
|
-
| `--snapped` | | tag only components whose head is a snap (not a tag)
|
|
1880
|
-
| `--unmerged` | | complete a merge process by tagging the unmerged components
|
|
1881
|
-
| `--skip-tests` | | skip running component tests during tag process
|
|
1882
|
-
| `--skip-auto-tag` | | skip auto tagging dependents
|
|
1883
|
-
| `--soft` | | do not persist. only keep note of the changes to be made
|
|
1884
|
-
| `--persist [skip-build]` | | persist the changes generated by --soft tag. by default, run the build pipeline, unless "skip-build" is provided
|
|
1885
|
-
| `--disable-tag-pipeline` | | skip the tag pipeline to avoid publishing the components
|
|
1886
|
-
| `--force-deploy` | | DEPRECATED. use --ignore-build-error instead
|
|
1887
|
-
| `--ignore-build-errors` | | proceed to tag pipeline even when build pipeline fails
|
|
1888
|
-
| `--increment-by <number>` | | (default to 1) increment semver flag (patch/minor/major) by. e.g. incrementing patch by 2: 0.0.1 -> 0.0.3.
|
|
1889
|
-
| `--ignore-issues [issues]` | `-i` | ignore component issues (shown in "bit status" as "issues found"), issues to ignore: [MissingPackagesDependenciesOnFs, MissingManuallyConfiguredPackages,
|
|
1890
|
-
| `--ignore-newest-version` | `-I` | allow tagging even when the component has newer versions e.g. for hotfixes (default = false)
|
|
1891
|
-
| `--fail-fast` | | stop pipeline execution on the first failed task (by default a task is skipped only when its dependency failed)
|
|
1892
|
-
| `--build` | `-b` | locally run the build pipeline (i.e. not via rippleCI) and complete the tag
|
|
1893
|
-
| `--all [version]` | `-a` | DEPRECATED (not needed anymore, it is the default now). tag all new and modified components
|
|
1894
|
-
| `--scope [version]` | `-s` | DEPRECATED (use "--unmodified" instead). tag all components of the local scope
|
|
1895
|
-
| `--force` | `-f` | DEPRECATED (use "--skip-tests", "--ignore-build-errors" or "--unmodified" instead). force-tag even if tests are failing and even when component has not changed
|
|
1896
|
-
| `--disable-deploy-pipeline` | | DEPRECATED. use --disable-tag-pipeline instead
|
|
1867
|
+
| **Option** | **Option alias** | **Description** |
|
|
1868
|
+
| ---------------------------- | :--------------: | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
|
1869
|
+
| `--message <message>` | `-m` | a log message describing latest changes |
|
|
1870
|
+
| `--unmodified` | `-u` | include unmodified components (by default, only new and modified components are tagged) |
|
|
1871
|
+
| `--editor [editor]` | | open an editor to write a tag message for each component. optionally, specify the editor-name (defaults to vim). |
|
|
1872
|
+
| `--ver <version>` | `-v` | tag with the given version |
|
|
1873
|
+
| `--increment <level>` | `-l` | options are: [major, premajor, minor, preminor, patch, prepatch, prerelease], default to patch |
|
|
1874
|
+
| `--prerelease-id <id>` | | prerelease identifier (e.g. "dev" to get "1.0.0-dev.1") |
|
|
1875
|
+
| `--patch` | `-p` | syntactic sugar for "--increment patch" |
|
|
1876
|
+
| `--minor` | | syntactic sugar for "--increment minor" |
|
|
1877
|
+
| `--major` | | syntactic sugar for "--increment major" |
|
|
1878
|
+
| `--pre-release [identifier]` | | syntactic sugar for "--increment prerelease" and `--prerelease-id <identifier>` |
|
|
1879
|
+
| `--snapped` | | tag only components whose head is a snap (not a tag) |
|
|
1880
|
+
| `--unmerged` | | complete a merge process by tagging the unmerged components |
|
|
1881
|
+
| `--skip-tests` | | skip running component tests during tag process |
|
|
1882
|
+
| `--skip-auto-tag` | | skip auto tagging dependents |
|
|
1883
|
+
| `--soft` | | do not persist. only keep note of the changes to be made |
|
|
1884
|
+
| `--persist [skip-build]` | | persist the changes generated by --soft tag. by default, run the build pipeline, unless "skip-build" is provided |
|
|
1885
|
+
| `--disable-tag-pipeline` | | skip the tag pipeline to avoid publishing the components |
|
|
1886
|
+
| `--force-deploy` | | DEPRECATED. use --ignore-build-error instead |
|
|
1887
|
+
| `--ignore-build-errors` | | proceed to tag pipeline even when build pipeline fails |
|
|
1888
|
+
| `--increment-by <number>` | | (default to 1) increment semver flag (patch/minor/major) by. e.g. incrementing patch by 2: 0.0.1 -> 0.0.3. |
|
|
1889
|
+
| `--ignore-issues [issues]` | `-i` | ignore component issues (shown in "bit status" as "issues found"), issues to ignore: [MissingPackagesDependenciesOnFs, MissingManuallyConfiguredPackages, UntrackedDependencies, ResolveErrors, RelativeComponents, RelativeComponentsAuthored, ParseErrors, MissingDists, LegacyInsideHarmony, MissingDependenciesOnFs, ImportNonMainFiles, MultipleEnvs, MissingLinksFromNodeModulesToSrc, CircularDependencies, DuplicateComponentAndPackage, MergeConfigHasConflict, NonLoadedEnv, ExternalEnvWithoutVersion, RemovedDependencies] to ignore multiple issues, separate them by a comma and wrap with quotes. to ignore all issues, specify "\*". |
|
|
1890
|
+
| `--ignore-newest-version` | `-I` | allow tagging even when the component has newer versions e.g. for hotfixes (default = false) |
|
|
1891
|
+
| `--fail-fast` | | stop pipeline execution on the first failed task (by default a task is skipped only when its dependency failed) |
|
|
1892
|
+
| `--build` | `-b` | locally run the build pipeline (i.e. not via rippleCI) and complete the tag |
|
|
1893
|
+
| `--all [version]` | `-a` | DEPRECATED (not needed anymore, it is the default now). tag all new and modified components |
|
|
1894
|
+
| `--scope [version]` | `-s` | DEPRECATED (use "--unmodified" instead). tag all components of the local scope |
|
|
1895
|
+
| `--force` | `-f` | DEPRECATED (use "--skip-tests", "--ignore-build-errors" or "--unmodified" instead). force-tag even if tests are failing and even when component has not changed |
|
|
1896
|
+
| `--disable-deploy-pipeline` | | DEPRECATED. use --disable-tag-pipeline instead |
|
|
1897
1897
|
|
|
1898
1898
|
---
|
|
1899
1899
|
|
package/dist/cli-reference.json
CHANGED
|
@@ -2577,7 +2577,7 @@
|
|
|
2577
2577
|
[
|
|
2578
2578
|
"i",
|
|
2579
2579
|
"ignore-issues [issues]",
|
|
2580
|
-
"ignore component issues (shown in \"bit status\" as \"issues found\"), issues to ignore:\n[MissingPackagesDependenciesOnFs, MissingManuallyConfiguredPackages,
|
|
2580
|
+
"ignore component issues (shown in \"bit status\" as \"issues found\"), issues to ignore:\n[MissingPackagesDependenciesOnFs, MissingManuallyConfiguredPackages, UntrackedDependencies, ResolveErrors, RelativeComponents, RelativeComponentsAuthored, ParseErrors, MissingDists, LegacyInsideHarmony, MissingDependenciesOnFs, ImportNonMainFiles, MultipleEnvs, MissingLinksFromNodeModulesToSrc, CircularDependencies, DuplicateComponentAndPackage, MergeConfigHasConflict, NonLoadedEnv, ExternalEnvWithoutVersion, RemovedDependencies]\nto ignore multiple issues, separate them by a comma and wrap with quotes. to ignore all issues, specify \"*\"."
|
|
2581
2581
|
],
|
|
2582
2582
|
[
|
|
2583
2583
|
"I",
|
|
@@ -2690,7 +2690,7 @@
|
|
|
2690
2690
|
[
|
|
2691
2691
|
"i",
|
|
2692
2692
|
"ignore-issues [issues]",
|
|
2693
|
-
"ignore component issues (shown in \"bit status\" as \"issues found\"), issues to ignore:\n[MissingPackagesDependenciesOnFs, MissingManuallyConfiguredPackages,
|
|
2693
|
+
"ignore component issues (shown in \"bit status\" as \"issues found\"), issues to ignore:\n[MissingPackagesDependenciesOnFs, MissingManuallyConfiguredPackages, UntrackedDependencies, ResolveErrors, RelativeComponents, RelativeComponentsAuthored, ParseErrors, MissingDists, LegacyInsideHarmony, MissingDependenciesOnFs, ImportNonMainFiles, MultipleEnvs, MissingLinksFromNodeModulesToSrc, CircularDependencies, DuplicateComponentAndPackage, MergeConfigHasConflict, NonLoadedEnv, ExternalEnvWithoutVersion, RemovedDependencies]\nto ignore multiple issues, separate them by a comma and wrap with quotes. to ignore all issues, specify \"*\"."
|
|
2694
2694
|
],
|
|
2695
2695
|
[
|
|
2696
2696
|
"a",
|
|
@@ -2841,7 +2841,7 @@
|
|
|
2841
2841
|
[
|
|
2842
2842
|
"i",
|
|
2843
2843
|
"ignore-issues [issues]",
|
|
2844
|
-
"ignore component issues (shown in \"bit status\" as \"issues found\"), issues to ignore:\n[MissingPackagesDependenciesOnFs, MissingManuallyConfiguredPackages,
|
|
2844
|
+
"ignore component issues (shown in \"bit status\" as \"issues found\"), issues to ignore:\n[MissingPackagesDependenciesOnFs, MissingManuallyConfiguredPackages, UntrackedDependencies, ResolveErrors, RelativeComponents, RelativeComponentsAuthored, ParseErrors, MissingDists, LegacyInsideHarmony, MissingDependenciesOnFs, ImportNonMainFiles, MultipleEnvs, MissingLinksFromNodeModulesToSrc, CircularDependencies, DuplicateComponentAndPackage, MergeConfigHasConflict, NonLoadedEnv, ExternalEnvWithoutVersion, RemovedDependencies]\nto ignore multiple issues, separate them by a comma and wrap with quotes. to ignore all issues, specify \"*\"."
|
|
2845
2845
|
],
|
|
2846
2846
|
[
|
|
2847
2847
|
"I",
|
|
@@ -2902,7 +2902,7 @@
|
|
|
2902
2902
|
[
|
|
2903
2903
|
"i",
|
|
2904
2904
|
"ignore-issues [issues]",
|
|
2905
|
-
"ignore component issues (shown in \"bit status\" as \"issues found\"), issues to ignore:\n[MissingPackagesDependenciesOnFs, MissingManuallyConfiguredPackages,
|
|
2905
|
+
"ignore component issues (shown in \"bit status\" as \"issues found\"), issues to ignore:\n[MissingPackagesDependenciesOnFs, MissingManuallyConfiguredPackages, UntrackedDependencies, ResolveErrors, RelativeComponents, RelativeComponentsAuthored, ParseErrors, MissingDists, LegacyInsideHarmony, MissingDependenciesOnFs, ImportNonMainFiles, MultipleEnvs, MissingLinksFromNodeModulesToSrc, CircularDependencies, DuplicateComponentAndPackage, MergeConfigHasConflict, NonLoadedEnv, ExternalEnvWithoutVersion, RemovedDependencies]\nto ignore multiple issues, separate them by a comma and wrap with quotes. to ignore all issues, specify \"*\"."
|
|
2906
2906
|
],
|
|
2907
2907
|
[
|
|
2908
2908
|
"j",
|
|
@@ -9083,7 +9083,7 @@ function MDXContent(_ref) {
|
|
|
9083
9083
|
}, "-i")), (0, _react2.mdx)("td", {
|
|
9084
9084
|
parentName: "tr",
|
|
9085
9085
|
"align": null
|
|
9086
|
-
}, "ignore component issues (shown in \"bit status\" as \"issues found\"), issues to ignore: ", "[MissingPackagesDependenciesOnFs, MissingManuallyConfiguredPackages,
|
|
9086
|
+
}, "ignore component issues (shown in \"bit status\" as \"issues found\"), issues to ignore: ", "[MissingPackagesDependenciesOnFs, MissingManuallyConfiguredPackages, UntrackedDependencies, ResolveErrors, RelativeComponents, RelativeComponentsAuthored, ParseErrors, MissingDists, LegacyInsideHarmony, MissingDependenciesOnFs, ImportNonMainFiles, MultipleEnvs, MissingLinksFromNodeModulesToSrc, CircularDependencies, DuplicateComponentAndPackage, MergeConfigHasConflict, NonLoadedEnv, ExternalEnvWithoutVersion, RemovedDependencies]", " to ignore multiple issues, separate them by a comma and wrap with quotes. to ignore all issues, specify \"", "*", "\".")), (0, _react2.mdx)("tr", {
|
|
9087
9087
|
parentName: "tbody"
|
|
9088
9088
|
}, (0, _react2.mdx)("td", {
|
|
9089
9089
|
parentName: "tr",
|
|
@@ -9770,7 +9770,7 @@ function MDXContent(_ref) {
|
|
|
9770
9770
|
}, "-i")), (0, _react2.mdx)("td", {
|
|
9771
9771
|
parentName: "tr",
|
|
9772
9772
|
"align": null
|
|
9773
|
-
}, "ignore component issues (shown in \"bit status\" as \"issues found\"), issues to ignore: ", "[MissingPackagesDependenciesOnFs, MissingManuallyConfiguredPackages,
|
|
9773
|
+
}, "ignore component issues (shown in \"bit status\" as \"issues found\"), issues to ignore: ", "[MissingPackagesDependenciesOnFs, MissingManuallyConfiguredPackages, UntrackedDependencies, ResolveErrors, RelativeComponents, RelativeComponentsAuthored, ParseErrors, MissingDists, LegacyInsideHarmony, MissingDependenciesOnFs, ImportNonMainFiles, MultipleEnvs, MissingLinksFromNodeModulesToSrc, CircularDependencies, DuplicateComponentAndPackage, MergeConfigHasConflict, NonLoadedEnv, ExternalEnvWithoutVersion, RemovedDependencies]", " to ignore multiple issues, separate them by a comma and wrap with quotes. to ignore all issues, specify \"", "*", "\".")), (0, _react2.mdx)("tr", {
|
|
9774
9774
|
parentName: "tbody"
|
|
9775
9775
|
}, (0, _react2.mdx)("td", {
|
|
9776
9776
|
parentName: "tr",
|