@teambit/harmony.content.cli-reference 2.0.276 → 2.0.278
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 -23
- package/cli-reference.mdx +43 -45
- package/dist/cli-reference.docs.mdx +1 -1
- package/dist/cli-reference.json +4 -23
- package/dist/cli-reference.mdx.js +3 -33
- package/dist/cli-reference.mdx.js.map +1 -1
- package/dist/{preview-1715311140438.js → preview-1715656872728.js} +2 -2
- package/package.json +2 -2
package/cli-reference.docs.mdx
CHANGED
package/cli-reference.json
CHANGED
|
@@ -58,20 +58,10 @@
|
|
|
58
58
|
"default-scope <default-scope>",
|
|
59
59
|
"set the default scope for components in the workspace"
|
|
60
60
|
],
|
|
61
|
-
[
|
|
62
|
-
"p",
|
|
63
|
-
"package-manager <package-manager>",
|
|
64
|
-
"set the package manager (npm or yarn) to be used in the workspace"
|
|
65
|
-
],
|
|
66
61
|
[
|
|
67
62
|
"f",
|
|
68
63
|
"force",
|
|
69
64
|
"force workspace initialization without clearing local objects"
|
|
70
|
-
],
|
|
71
|
-
[
|
|
72
|
-
"I",
|
|
73
|
-
"interactive",
|
|
74
|
-
"EXPERIMENTAL. start an interactive process"
|
|
75
65
|
]
|
|
76
66
|
],
|
|
77
67
|
"description": "create or reinitialize an empty workspace",
|
|
@@ -320,15 +310,6 @@
|
|
|
320
310
|
}
|
|
321
311
|
]
|
|
322
312
|
},
|
|
323
|
-
{
|
|
324
|
-
"name": "dependency-status [mainFile...]",
|
|
325
|
-
"alias": "",
|
|
326
|
-
"options": [],
|
|
327
|
-
"description": "returns the status of the dependency status of bit map against bit dependencies",
|
|
328
|
-
"extendedDescription": "",
|
|
329
|
-
"group": "ungrouped",
|
|
330
|
-
"private": true
|
|
331
|
-
},
|
|
332
313
|
{
|
|
333
314
|
"name": "doctor [diagnosis-name]",
|
|
334
315
|
"alias": "",
|
|
@@ -2827,7 +2808,7 @@
|
|
|
2827
2808
|
[
|
|
2828
2809
|
"i",
|
|
2829
2810
|
"ignore-issues <issues>",
|
|
2830
|
-
"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, SelfReference, ImportFromDirectory]\nto ignore multiple issues, separate them by a comma and wrap with quotes. to ignore all issues, specify \"*\"."
|
|
2811
|
+
"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, DeprecatedDependencies, SelfReference, ImportFromDirectory]\nto ignore multiple issues, separate them by a comma and wrap with quotes. to ignore all issues, specify \"*\"."
|
|
2831
2812
|
],
|
|
2832
2813
|
[
|
|
2833
2814
|
"I",
|
|
@@ -2925,7 +2906,7 @@
|
|
|
2925
2906
|
[
|
|
2926
2907
|
"i",
|
|
2927
2908
|
"ignore-issues <issues>",
|
|
2928
|
-
"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, SelfReference, ImportFromDirectory]\nto ignore multiple issues, separate them by a comma and wrap with quotes. to ignore all issues, specify \"*\"."
|
|
2909
|
+
"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, DeprecatedDependencies, SelfReference, ImportFromDirectory]\nto ignore multiple issues, separate them by a comma and wrap with quotes. to ignore all issues, specify \"*\"."
|
|
2929
2910
|
],
|
|
2930
2911
|
[
|
|
2931
2912
|
"",
|
|
@@ -3071,7 +3052,7 @@
|
|
|
3071
3052
|
[
|
|
3072
3053
|
"i",
|
|
3073
3054
|
"ignore-issues [issues]",
|
|
3074
|
-
"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, SelfReference, ImportFromDirectory]\nto ignore multiple issues, separate them by a comma and wrap with quotes. to ignore all issues, specify \"*\"."
|
|
3055
|
+
"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, DeprecatedDependencies, SelfReference, ImportFromDirectory]\nto ignore multiple issues, separate them by a comma and wrap with quotes. to ignore all issues, specify \"*\"."
|
|
3075
3056
|
],
|
|
3076
3057
|
[
|
|
3077
3058
|
"I",
|
|
@@ -3137,7 +3118,7 @@
|
|
|
3137
3118
|
[
|
|
3138
3119
|
"i",
|
|
3139
3120
|
"ignore-issues [issues]",
|
|
3140
|
-
"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, SelfReference, ImportFromDirectory]\nto ignore multiple issues, separate them by a comma and wrap with quotes. to ignore all issues, specify \"*\"."
|
|
3121
|
+
"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, DeprecatedDependencies, SelfReference, ImportFromDirectory]\nto ignore multiple issues, separate them by a comma and wrap with quotes. to ignore all issues, specify \"*\"."
|
|
3141
3122
|
],
|
|
3142
3123
|
[
|
|
3143
3124
|
"",
|
package/cli-reference.mdx
CHANGED
|
@@ -957,9 +957,7 @@ if the current directory is already a workspace, it validates that bit files are
|
|
|
957
957
|
| `--reset-scope` | | removes local scope (.bit or .git/bit). tags/snaps that have not been exported will be lost. workspace is left intact |
|
|
958
958
|
| `--default-directory <default-directory>` | `-d` | set the default directory pattern to import/create components into |
|
|
959
959
|
| `--default-scope <default-scope>` | | set the default scope for components in the workspace |
|
|
960
|
-
| `--package-manager <package-manager>` | `-p` | set the package manager (npm or yarn) to be used in the workspace |
|
|
961
960
|
| `--force` | `-f` | force workspace initialization without clearing local objects |
|
|
962
|
-
| `--interactive` | `-I` | EXPERIMENTAL. start an interactive process |
|
|
963
961
|
|
|
964
962
|
---
|
|
965
963
|
|
|
@@ -1891,21 +1889,21 @@ optionally, provide [pattern] to limit the fork to specific components
|
|
|
1891
1889
|
| ------------------- | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |
|
|
1892
1890
|
| `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 '$' prefix to filter by states/attributes, e.g. '$deprecated', '$modified' or '$env:teambit.react/react'. 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). |
|
|
1893
1891
|
|
|
1894
|
-
| **Option** | **Option alias** | **Description**
|
|
1895
|
-
| -------------------------- | :--------------: |
|
|
1896
|
-
| `--message <message>` | `-m` | snap message describing the latest changes - will appear in component history log
|
|
1897
|
-
| `--unmodified` | `-u` | include unmodified components (by default, only new and modified components are snapped)
|
|
1898
|
-
| `--unmerged` | | complete a merge process by snapping the unmerged components
|
|
1899
|
-
| `--build` | `-b` | locally run the build pipeline (i.e. not via rippleCI) and complete the snap
|
|
1900
|
-
| `--editor [editor]` | | open an editor to write a snap message per component. optionally specify the editor-name (defaults to vim).
|
|
1901
|
-
| `--skip-tests` | | skip running component tests during snap process
|
|
1902
|
-
| `--skip-tasks <string>` | | skip the given tasks. for multiple tasks, separate by a comma and wrap with quotes. specify the task-name (e.g. "TypescriptCompiler") or the task-aspect-id (e.g. teambit.compilation/compiler)
|
|
1903
|
-
| `--skip-auto-snap` | | skip auto snapping dependents
|
|
1904
|
-
| `--disable-snap-pipeline` | | skip the snap pipeline. this will for instance skip packing and publishing component version for install, and app deployment
|
|
1905
|
-
| `--ignore-build-errors` | | proceed to snap pipeline even when build pipeline fails
|
|
1906
|
-
| `--rebuild-deps-graph` | | do not reuse the saved dependencies graph, instead build it from scratch
|
|
1907
|
-
| `--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, SelfReference, ImportFromDirectory] to ignore multiple issues, separate them by a comma and wrap with quotes. to ignore all issues, specify "\*". |
|
|
1908
|
-
| `--fail-fast` | | stop pipeline execution on the first failed task (by default a task is skipped only when its dependency failed)
|
|
1892
|
+
| **Option** | **Option alias** | **Description** |
|
|
1893
|
+
| -------------------------- | :--------------: | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
|
1894
|
+
| `--message <message>` | `-m` | snap message describing the latest changes - will appear in component history log |
|
|
1895
|
+
| `--unmodified` | `-u` | include unmodified components (by default, only new and modified components are snapped) |
|
|
1896
|
+
| `--unmerged` | | complete a merge process by snapping the unmerged components |
|
|
1897
|
+
| `--build` | `-b` | locally run the build pipeline (i.e. not via rippleCI) and complete the snap |
|
|
1898
|
+
| `--editor [editor]` | | open an editor to write a snap message per component. optionally specify the editor-name (defaults to vim). |
|
|
1899
|
+
| `--skip-tests` | | skip running component tests during snap process |
|
|
1900
|
+
| `--skip-tasks <string>` | | skip the given tasks. for multiple tasks, separate by a comma and wrap with quotes. specify the task-name (e.g. "TypescriptCompiler") or the task-aspect-id (e.g. teambit.compilation/compiler) |
|
|
1901
|
+
| `--skip-auto-snap` | | skip auto snapping dependents |
|
|
1902
|
+
| `--disable-snap-pipeline` | | skip the snap pipeline. this will for instance skip packing and publishing component version for install, and app deployment |
|
|
1903
|
+
| `--ignore-build-errors` | | proceed to snap pipeline even when build pipeline fails |
|
|
1904
|
+
| `--rebuild-deps-graph` | | do not reuse the saved dependencies graph, instead build it from scratch |
|
|
1905
|
+
| `--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, DeprecatedDependencies, SelfReference, ImportFromDirectory] to ignore multiple issues, separate them by a comma and wrap with quotes. to ignore all issues, specify "\*". |
|
|
1906
|
+
| `--fail-fast` | | stop pipeline execution on the first failed task (by default a task is skipped only when its dependency failed) |
|
|
1909
1907
|
|
|
1910
1908
|
---
|
|
1911
1909
|
|
|
@@ -2020,34 +2018,34 @@ if patterns are entered, you can specify a version per pattern using "@" sign, e
|
|
|
2020
2018
|
| ----------------------- | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |
|
|
2021
2019
|
| `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 '$' prefix to filter by states/attributes, e.g. '$deprecated', '$modified' or '$env:teambit.react/react'. use `bit pattern --help` to understand patterns better and `bit pattern <pattern>` to validate the pattern.. By default, all new and modified are tagged. |
|
|
2022
2020
|
|
|
2023
|
-
| **Option** | **Option alias** | **Description**
|
|
2024
|
-
| ---------------------------- | :--------------: |
|
|
2025
|
-
| `--message <message>` | `-m` | a log message describing latest changes
|
|
2026
|
-
| `--unmodified` | `-u` | include unmodified components (by default, only new and modified components are tagged)
|
|
2027
|
-
| `--editor [editor]` | | open an editor to write a tag message for each component. optionally, specify the editor-name (defaults to vim).
|
|
2028
|
-
| `--ver <version>` | `-v` | tag with the given version
|
|
2029
|
-
| `--increment <level>` | `-l` | options are: [major, premajor, minor, preminor, patch, prepatch, prerelease], default to patch
|
|
2030
|
-
| `--prerelease-id <id>` | | prerelease identifier (e.g. "dev" to get "1.0.0-dev.1")
|
|
2031
|
-
| `--patch` | `-p` | syntactic sugar for "--increment patch"
|
|
2032
|
-
| `--minor` | | syntactic sugar for "--increment minor"
|
|
2033
|
-
| `--major` | | syntactic sugar for "--increment major"
|
|
2034
|
-
| `--pre-release [identifier]` | | syntactic sugar for "--increment prerelease" and `--prerelease-id <identifier>`
|
|
2035
|
-
| `--snapped` | | tag only components whose head is a snap (not a tag)
|
|
2036
|
-
| `--unmerged` | | complete a merge process by tagging the unmerged components
|
|
2037
|
-
| `--skip-tests` | | skip running component tests during tag process
|
|
2038
|
-
| `--skip-tasks <string>` | | skip the given tasks. for multiple tasks, separate by a comma and wrap with quotes. specify the task-name (e.g. "TypescriptCompiler") or the task-aspect-id (e.g. teambit.compilation/compiler)
|
|
2039
|
-
| `--skip-auto-tag` | | skip auto tagging dependents
|
|
2040
|
-
| `--soft` | | do not persist. only keep note of the changes to be made
|
|
2041
|
-
| `--persist [skip-build]` | | persist the changes generated by --soft tag. by default, run the build pipeline, unless "skip-build" is provided
|
|
2042
|
-
| `--disable-tag-pipeline` | | skip the tag pipeline to avoid publishing the components
|
|
2043
|
-
| `--force-deploy` | | DEPRECATED. use --ignore-build-error instead
|
|
2044
|
-
| `--ignore-build-errors` | | proceed to tag pipeline even when build pipeline fails
|
|
2045
|
-
| `--rebuild-deps-graph` | | do not reuse the saved dependencies graph, instead build it from scratch
|
|
2046
|
-
| `--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.
|
|
2047
|
-
| `--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, SelfReference, ImportFromDirectory] to ignore multiple issues, separate them by a comma and wrap with quotes. to ignore all issues, specify "\*". |
|
|
2048
|
-
| `--ignore-newest-version` | `-I` | allow tagging even when the component has newer versions e.g. for hotfixes (default = false)
|
|
2049
|
-
| `--fail-fast` | | stop pipeline execution on the first failed task (by default a task is skipped only when its dependency failed)
|
|
2050
|
-
| `--build` | `-b` | locally run the build pipeline (i.e. not via rippleCI) and complete the tag
|
|
2021
|
+
| **Option** | **Option alias** | **Description** |
|
|
2022
|
+
| ---------------------------- | :--------------: | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
|
2023
|
+
| `--message <message>` | `-m` | a log message describing latest changes |
|
|
2024
|
+
| `--unmodified` | `-u` | include unmodified components (by default, only new and modified components are tagged) |
|
|
2025
|
+
| `--editor [editor]` | | open an editor to write a tag message for each component. optionally, specify the editor-name (defaults to vim). |
|
|
2026
|
+
| `--ver <version>` | `-v` | tag with the given version |
|
|
2027
|
+
| `--increment <level>` | `-l` | options are: [major, premajor, minor, preminor, patch, prepatch, prerelease], default to patch |
|
|
2028
|
+
| `--prerelease-id <id>` | | prerelease identifier (e.g. "dev" to get "1.0.0-dev.1") |
|
|
2029
|
+
| `--patch` | `-p` | syntactic sugar for "--increment patch" |
|
|
2030
|
+
| `--minor` | | syntactic sugar for "--increment minor" |
|
|
2031
|
+
| `--major` | | syntactic sugar for "--increment major" |
|
|
2032
|
+
| `--pre-release [identifier]` | | syntactic sugar for "--increment prerelease" and `--prerelease-id <identifier>` |
|
|
2033
|
+
| `--snapped` | | tag only components whose head is a snap (not a tag) |
|
|
2034
|
+
| `--unmerged` | | complete a merge process by tagging the unmerged components |
|
|
2035
|
+
| `--skip-tests` | | skip running component tests during tag process |
|
|
2036
|
+
| `--skip-tasks <string>` | | skip the given tasks. for multiple tasks, separate by a comma and wrap with quotes. specify the task-name (e.g. "TypescriptCompiler") or the task-aspect-id (e.g. teambit.compilation/compiler) |
|
|
2037
|
+
| `--skip-auto-tag` | | skip auto tagging dependents |
|
|
2038
|
+
| `--soft` | | do not persist. only keep note of the changes to be made |
|
|
2039
|
+
| `--persist [skip-build]` | | persist the changes generated by --soft tag. by default, run the build pipeline, unless "skip-build" is provided |
|
|
2040
|
+
| `--disable-tag-pipeline` | | skip the tag pipeline to avoid publishing the components |
|
|
2041
|
+
| `--force-deploy` | | DEPRECATED. use --ignore-build-error instead |
|
|
2042
|
+
| `--ignore-build-errors` | | proceed to tag pipeline even when build pipeline fails |
|
|
2043
|
+
| `--rebuild-deps-graph` | | do not reuse the saved dependencies graph, instead build it from scratch |
|
|
2044
|
+
| `--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. |
|
|
2045
|
+
| `--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, DeprecatedDependencies, SelfReference, ImportFromDirectory] to ignore multiple issues, separate them by a comma and wrap with quotes. to ignore all issues, specify "\*". |
|
|
2046
|
+
| `--ignore-newest-version` | `-I` | allow tagging even when the component has newer versions e.g. for hotfixes (default = false) |
|
|
2047
|
+
| `--fail-fast` | | stop pipeline execution on the first failed task (by default a task is skipped only when its dependency failed) |
|
|
2048
|
+
| `--build` | `-b` | locally run the build pipeline (i.e. not via rippleCI) and complete the tag |
|
|
2051
2049
|
|
|
2052
2050
|
---
|
|
2053
2051
|
|
package/dist/cli-reference.json
CHANGED
|
@@ -58,20 +58,10 @@
|
|
|
58
58
|
"default-scope <default-scope>",
|
|
59
59
|
"set the default scope for components in the workspace"
|
|
60
60
|
],
|
|
61
|
-
[
|
|
62
|
-
"p",
|
|
63
|
-
"package-manager <package-manager>",
|
|
64
|
-
"set the package manager (npm or yarn) to be used in the workspace"
|
|
65
|
-
],
|
|
66
61
|
[
|
|
67
62
|
"f",
|
|
68
63
|
"force",
|
|
69
64
|
"force workspace initialization without clearing local objects"
|
|
70
|
-
],
|
|
71
|
-
[
|
|
72
|
-
"I",
|
|
73
|
-
"interactive",
|
|
74
|
-
"EXPERIMENTAL. start an interactive process"
|
|
75
65
|
]
|
|
76
66
|
],
|
|
77
67
|
"description": "create or reinitialize an empty workspace",
|
|
@@ -320,15 +310,6 @@
|
|
|
320
310
|
}
|
|
321
311
|
]
|
|
322
312
|
},
|
|
323
|
-
{
|
|
324
|
-
"name": "dependency-status [mainFile...]",
|
|
325
|
-
"alias": "",
|
|
326
|
-
"options": [],
|
|
327
|
-
"description": "returns the status of the dependency status of bit map against bit dependencies",
|
|
328
|
-
"extendedDescription": "",
|
|
329
|
-
"group": "ungrouped",
|
|
330
|
-
"private": true
|
|
331
|
-
},
|
|
332
313
|
{
|
|
333
314
|
"name": "doctor [diagnosis-name]",
|
|
334
315
|
"alias": "",
|
|
@@ -2827,7 +2808,7 @@
|
|
|
2827
2808
|
[
|
|
2828
2809
|
"i",
|
|
2829
2810
|
"ignore-issues <issues>",
|
|
2830
|
-
"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, SelfReference, ImportFromDirectory]\nto ignore multiple issues, separate them by a comma and wrap with quotes. to ignore all issues, specify \"*\"."
|
|
2811
|
+
"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, DeprecatedDependencies, SelfReference, ImportFromDirectory]\nto ignore multiple issues, separate them by a comma and wrap with quotes. to ignore all issues, specify \"*\"."
|
|
2831
2812
|
],
|
|
2832
2813
|
[
|
|
2833
2814
|
"I",
|
|
@@ -2925,7 +2906,7 @@
|
|
|
2925
2906
|
[
|
|
2926
2907
|
"i",
|
|
2927
2908
|
"ignore-issues <issues>",
|
|
2928
|
-
"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, SelfReference, ImportFromDirectory]\nto ignore multiple issues, separate them by a comma and wrap with quotes. to ignore all issues, specify \"*\"."
|
|
2909
|
+
"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, DeprecatedDependencies, SelfReference, ImportFromDirectory]\nto ignore multiple issues, separate them by a comma and wrap with quotes. to ignore all issues, specify \"*\"."
|
|
2929
2910
|
],
|
|
2930
2911
|
[
|
|
2931
2912
|
"",
|
|
@@ -3071,7 +3052,7 @@
|
|
|
3071
3052
|
[
|
|
3072
3053
|
"i",
|
|
3073
3054
|
"ignore-issues [issues]",
|
|
3074
|
-
"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, SelfReference, ImportFromDirectory]\nto ignore multiple issues, separate them by a comma and wrap with quotes. to ignore all issues, specify \"*\"."
|
|
3055
|
+
"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, DeprecatedDependencies, SelfReference, ImportFromDirectory]\nto ignore multiple issues, separate them by a comma and wrap with quotes. to ignore all issues, specify \"*\"."
|
|
3075
3056
|
],
|
|
3076
3057
|
[
|
|
3077
3058
|
"I",
|
|
@@ -3137,7 +3118,7 @@
|
|
|
3137
3118
|
[
|
|
3138
3119
|
"i",
|
|
3139
3120
|
"ignore-issues [issues]",
|
|
3140
|
-
"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, SelfReference, ImportFromDirectory]\nto ignore multiple issues, separate them by a comma and wrap with quotes. to ignore all issues, specify \"*\"."
|
|
3121
|
+
"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, DeprecatedDependencies, SelfReference, ImportFromDirectory]\nto ignore multiple issues, separate them by a comma and wrap with quotes. to ignore all issues, specify \"*\"."
|
|
3141
3122
|
],
|
|
3142
3123
|
[
|
|
3143
3124
|
"",
|
|
@@ -4874,21 +4874,6 @@ function MDXContent(_ref) {
|
|
|
4874
4874
|
"align": null
|
|
4875
4875
|
}, (0, _react2.mdx)("inlineCode", {
|
|
4876
4876
|
parentName: "td"
|
|
4877
|
-
}, "--package-manager <package-manager>")), (0, _react2.mdx)("td", {
|
|
4878
|
-
parentName: "tr",
|
|
4879
|
-
"align": "center"
|
|
4880
|
-
}, (0, _react2.mdx)("inlineCode", {
|
|
4881
|
-
parentName: "td"
|
|
4882
|
-
}, "-p")), (0, _react2.mdx)("td", {
|
|
4883
|
-
parentName: "tr",
|
|
4884
|
-
"align": null
|
|
4885
|
-
}, "set the package manager (npm or yarn) to be used in the workspace")), (0, _react2.mdx)("tr", {
|
|
4886
|
-
parentName: "tbody"
|
|
4887
|
-
}, (0, _react2.mdx)("td", {
|
|
4888
|
-
parentName: "tr",
|
|
4889
|
-
"align": null
|
|
4890
|
-
}, (0, _react2.mdx)("inlineCode", {
|
|
4891
|
-
parentName: "td"
|
|
4892
4877
|
}, "--force")), (0, _react2.mdx)("td", {
|
|
4893
4878
|
parentName: "tr",
|
|
4894
4879
|
"align": "center"
|
|
@@ -4897,22 +4882,7 @@ function MDXContent(_ref) {
|
|
|
4897
4882
|
}, "-f")), (0, _react2.mdx)("td", {
|
|
4898
4883
|
parentName: "tr",
|
|
4899
4884
|
"align": null
|
|
4900
|
-
}, "force workspace initialization without clearing local objects")), (0, _react2.mdx)("
|
|
4901
|
-
parentName: "tbody"
|
|
4902
|
-
}, (0, _react2.mdx)("td", {
|
|
4903
|
-
parentName: "tr",
|
|
4904
|
-
"align": null
|
|
4905
|
-
}, (0, _react2.mdx)("inlineCode", {
|
|
4906
|
-
parentName: "td"
|
|
4907
|
-
}, "--interactive")), (0, _react2.mdx)("td", {
|
|
4908
|
-
parentName: "tr",
|
|
4909
|
-
"align": "center"
|
|
4910
|
-
}, (0, _react2.mdx)("inlineCode", {
|
|
4911
|
-
parentName: "td"
|
|
4912
|
-
}, "-I")), (0, _react2.mdx)("td", {
|
|
4913
|
-
parentName: "tr",
|
|
4914
|
-
"align": null
|
|
4915
|
-
}, "EXPERIMENTAL. start an interactive process")))), (0, _react2.mdx)("hr", null), (0, _react2.mdx)("h2", null, "install"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
|
|
4885
|
+
}, "force workspace initialization without clearing local objects")))), (0, _react2.mdx)("hr", null), (0, _react2.mdx)("h2", null, "install"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
|
|
4916
4886
|
parentName: "p"
|
|
4917
4887
|
}, "Alias"), ": ", (0, _react2.mdx)("inlineCode", {
|
|
4918
4888
|
parentName: "p"
|
|
@@ -9811,7 +9781,7 @@ function MDXContent(_ref) {
|
|
|
9811
9781
|
}, "-i")), (0, _react2.mdx)("td", {
|
|
9812
9782
|
parentName: "tr",
|
|
9813
9783
|
"align": null
|
|
9814
|
-
}, "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, SelfReference, ImportFromDirectory]", " to ignore multiple issues, separate them by a comma and wrap with quotes. to ignore all issues, specify \"", "*", "\".")), (0, _react2.mdx)("tr", {
|
|
9784
|
+
}, "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, DeprecatedDependencies, SelfReference, ImportFromDirectory]", " to ignore multiple issues, separate them by a comma and wrap with quotes. to ignore all issues, specify \"", "*", "\".")), (0, _react2.mdx)("tr", {
|
|
9815
9785
|
parentName: "tbody"
|
|
9816
9786
|
}, (0, _react2.mdx)("td", {
|
|
9817
9787
|
parentName: "tr",
|
|
@@ -10701,7 +10671,7 @@ function MDXContent(_ref) {
|
|
|
10701
10671
|
}, "-i")), (0, _react2.mdx)("td", {
|
|
10702
10672
|
parentName: "tr",
|
|
10703
10673
|
"align": null
|
|
10704
|
-
}, "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, SelfReference, ImportFromDirectory]", " to ignore multiple issues, separate them by a comma and wrap with quotes. to ignore all issues, specify \"", "*", "\".")), (0, _react2.mdx)("tr", {
|
|
10674
|
+
}, "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, DeprecatedDependencies, SelfReference, ImportFromDirectory]", " to ignore multiple issues, separate them by a comma and wrap with quotes. to ignore all issues, specify \"", "*", "\".")), (0, _react2.mdx)("tr", {
|
|
10705
10675
|
parentName: "tbody"
|
|
10706
10676
|
}, (0, _react2.mdx)("td", {
|
|
10707
10677
|
parentName: "tr",
|