@teambit/harmony.content.cli-reference 2.0.341 → 2.0.343

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.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
 
@@ -1346,6 +1347,7 @@ this command does the following:
1346
1347
  | `--ids` | `-i` | show only component ids, unformatted |
1347
1348
  | `--scope` | `-s` | show only components stored in the local scope, including indirect dependencies |
1348
1349
  | `--outdated` | `-o` | highlight outdated components, in comparison with their latest remote version (if one exists) |
1350
+ | `--include-deleted` | `-d` | EXPERIMENTAL. show also deleted components |
1349
1351
  | `--json` | `-j` | show the output in JSON format |
1350
1352
  | `--namespace <string>` | `-n` | show only components in the specified namespace/s e.g. '-n ui' or '\*/ui' |
1351
1353
 
@@ -2071,6 +2073,7 @@ list components templates when inside bit-workspace (for bit-create), otherwise,
2071
2073
  | `--junit <filepath>` | | write tests results as JUnit XML format into the specified file path |
2072
2074
  | `--coverage` | | show code coverage data |
2073
2075
  | `--env <id>` | `-e` | test only components assigned the given env |
2076
+ | `--update-snapshot` | | if supported by the tester, re-record every snapshot that fails during the test run |
2074
2077
  | `--scope <scope-name>` | `-s` | DEPRECATED. (use the pattern instead, e.g. "scopeName/\*\*"). name of the scope to test |
2075
2078
 
2076
2079
  ---
@@ -1,5 +1,5 @@
1
1
  ---
2
- description: 'Bit command synopses. Bit version: 1.7.46'
2
+ description: 'Bit command synopses. Bit version: 1.7.48'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
5
5