@teambit/harmony.content.cli-reference 2.0.341 → 2.0.342
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 +16 -15
- package/dist/cli-reference.docs.mdx +1 -1
- package/dist/cli-reference.json +5 -0
- package/dist/cli-reference.mdx.js +16 -1
- package/dist/cli-reference.mdx.js.map +1 -1
- package/dist/{preview-1721013596376.js → preview-1721099996991.js} +2 -2
- package/package.json +2 -2
package/cli-reference.docs.mdx
CHANGED
package/cli-reference.json
CHANGED
|
@@ -1910,6 +1910,11 @@
|
|
|
1910
1910
|
"",
|
|
1911
1911
|
"include-tag",
|
|
1912
1912
|
"EXPERIMENTAL. include tag pipeline tasks. Warning: this may deploy/publish if you have such tasks"
|
|
1913
|
+
],
|
|
1914
|
+
[
|
|
1915
|
+
"i",
|
|
1916
|
+
"ignore-issues <issues>",
|
|
1917
|
+
"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, RemovedEnv, DeprecatedDependencies, SelfReference, ImportFromDirectory]\nto ignore multiple issues, separate them by a comma and wrap with quotes. to ignore all issues, specify \"*\"."
|
|
1913
1918
|
]
|
|
1914
1919
|
],
|
|
1915
1920
|
"description": "run set of tasks for build.",
|
package/cli-reference.mdx
CHANGED
|
@@ -185,21 +185,22 @@ because this process can take a while on a large workspace, some flags are avail
|
|
|
185
185
|
| ------------------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |
|
|
186
186
|
| `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. |
|
|
187
187
|
|
|
188
|
-
| **Option** | **Option alias** | **Description**
|
|
189
|
-
| ---------------------------------- | :--------------: |
|
|
190
|
-
| `--unmodified` | `-u` | include unmodified components (by default, only new and modified components are built)
|
|
191
|
-
| `--dev` | `-d` | run the pipeline in dev mode
|
|
192
|
-
| `--install` | | install core aspects in capsules
|
|
193
|
-
| `--reuse-capsules` | | avoid deleting the capsules root-dir before starting the build
|
|
194
|
-
| `--rewrite` | | use only with --reuse-capsules. rewrite the component files
|
|
195
|
-
| `--reinstall` | | use only with --reuse-capsules. rerun the installation
|
|
196
|
-
| `--tasks <string>` | | build the specified task(s) only. 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)
|
|
197
|
-
| `--cache-packages-on-capsule-root` | | set the package-manager cache on the capsule root
|
|
198
|
-
| `--list-tasks <string>` | | list tasks of an env or a component-id for each one of the pipelines: build, tag and snap
|
|
199
|
-
| `--skip-tests` | | skip running component tests during build process
|
|
200
|
-
| `--fail-fast` | | stop pipeline execution on the first failed task (by default a task is skipped only when its dependency failed)
|
|
201
|
-
| `--include-snap` | | EXPERIMENTAL. include snap pipeline tasks. Warning: this may deploy/publish if you have such tasks
|
|
202
|
-
| `--include-tag` | | EXPERIMENTAL. include tag pipeline tasks. Warning: this may deploy/publish if you have such tasks
|
|
188
|
+
| **Option** | **Option alias** | **Description** |
|
|
189
|
+
| ---------------------------------- | :--------------: | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
|
190
|
+
| `--unmodified` | `-u` | include unmodified components (by default, only new and modified components are built) |
|
|
191
|
+
| `--dev` | `-d` | run the pipeline in dev mode |
|
|
192
|
+
| `--install` | | install core aspects in capsules |
|
|
193
|
+
| `--reuse-capsules` | | avoid deleting the capsules root-dir before starting the build |
|
|
194
|
+
| `--rewrite` | | use only with --reuse-capsules. rewrite the component files |
|
|
195
|
+
| `--reinstall` | | use only with --reuse-capsules. rerun the installation |
|
|
196
|
+
| `--tasks <string>` | | build the specified task(s) only. 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) |
|
|
197
|
+
| `--cache-packages-on-capsule-root` | | set the package-manager cache on the capsule root |
|
|
198
|
+
| `--list-tasks <string>` | | list tasks of an env or a component-id for each one of the pipelines: build, tag and snap |
|
|
199
|
+
| `--skip-tests` | | skip running component tests during build process |
|
|
200
|
+
| `--fail-fast` | | stop pipeline execution on the first failed task (by default a task is skipped only when its dependency failed) |
|
|
201
|
+
| `--include-snap` | | EXPERIMENTAL. include snap pipeline tasks. Warning: this may deploy/publish if you have such tasks |
|
|
202
|
+
| `--include-tag` | | EXPERIMENTAL. include tag pipeline tasks. Warning: this may deploy/publish if you have such tasks |
|
|
203
|
+
| `--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, RemovedEnv, DeprecatedDependencies, SelfReference, ImportFromDirectory] to ignore multiple issues, separate them by a comma and wrap with quotes. to ignore all issues, specify "\*". |
|
|
203
204
|
|
|
204
205
|
---
|
|
205
206
|
|
package/dist/cli-reference.json
CHANGED
|
@@ -1910,6 +1910,11 @@
|
|
|
1910
1910
|
"",
|
|
1911
1911
|
"include-tag",
|
|
1912
1912
|
"EXPERIMENTAL. include tag pipeline tasks. Warning: this may deploy/publish if you have such tasks"
|
|
1913
|
+
],
|
|
1914
|
+
[
|
|
1915
|
+
"i",
|
|
1916
|
+
"ignore-issues <issues>",
|
|
1917
|
+
"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, RemovedEnv, DeprecatedDependencies, SelfReference, ImportFromDirectory]\nto ignore multiple issues, separate them by a comma and wrap with quotes. to ignore all issues, specify \"*\"."
|
|
1913
1918
|
]
|
|
1914
1919
|
],
|
|
1915
1920
|
"description": "run set of tasks for build.",
|
|
@@ -1030,7 +1030,22 @@ function MDXContent(_ref) {
|
|
|
1030
1030
|
}), (0, _react2.mdx)("td", {
|
|
1031
1031
|
parentName: "tr",
|
|
1032
1032
|
"align": null
|
|
1033
|
-
}, "EXPERIMENTAL. include tag pipeline tasks. Warning: this may deploy/publish if you have such tasks"))
|
|
1033
|
+
}, "EXPERIMENTAL. include tag pipeline tasks. Warning: this may deploy/publish if you have such tasks")), (0, _react2.mdx)("tr", {
|
|
1034
|
+
parentName: "tbody"
|
|
1035
|
+
}, (0, _react2.mdx)("td", {
|
|
1036
|
+
parentName: "tr",
|
|
1037
|
+
"align": null
|
|
1038
|
+
}, (0, _react2.mdx)("inlineCode", {
|
|
1039
|
+
parentName: "td"
|
|
1040
|
+
}, "--ignore-issues <issues>")), (0, _react2.mdx)("td", {
|
|
1041
|
+
parentName: "tr",
|
|
1042
|
+
"align": "center"
|
|
1043
|
+
}, (0, _react2.mdx)("inlineCode", {
|
|
1044
|
+
parentName: "td"
|
|
1045
|
+
}, "-i")), (0, _react2.mdx)("td", {
|
|
1046
|
+
parentName: "tr",
|
|
1047
|
+
"align": null
|
|
1048
|
+
}, "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, RemovedEnv, DeprecatedDependencies, SelfReference, ImportFromDirectory]", " to ignore multiple issues, separate them by a comma and wrap with quotes. to ignore all issues, specify \"", "*", "\".")))), (0, _react2.mdx)("hr", null), (0, _react2.mdx)("h2", null, "capsule"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
|
|
1034
1049
|
parentName: "p"
|
|
1035
1050
|
}, "Description"), ": manage capsules", (0, _react2.mdx)("br", {
|
|
1036
1051
|
parentName: "p"
|