@teambit/harmony.content.cli-reference 2.0.945 → 2.0.946

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.
@@ -1,4 +1,4 @@
1
1
  ---
2
- description: 'Bit command synopses. Bit version: 1.13.81'
2
+ description: 'Bit command synopses. Bit version: 1.13.82'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
@@ -5627,6 +5627,11 @@
5627
5627
  "c",
5628
5628
  "continue-on-error",
5629
5629
  "run all validation checks even when errors are found"
5630
+ ],
5631
+ [
5632
+ "",
5633
+ "skip-tasks <string>",
5634
+ "skip the given tasks. for multiple tasks, separate by a comma and wrap with quotes. available tasks: \"check-types\", \"lint\", \"test\""
5630
5635
  ]
5631
5636
  ],
5632
5637
  "description": "run type-checking, linting, and testing in sequence",
package/cli-reference.mdx CHANGED
@@ -2619,10 +2619,11 @@ by default validates only new and modified components. use --all to validate all
2619
2619
  | ------------------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |
2620
2620
  | `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. |
2621
2621
 
2622
- | **Option** | **Option alias** | **Description** |
2623
- | --------------------- | :--------------: | ---------------------------------------------------- |
2624
- | `--all` | `-a` | validate all components, not only modified and new |
2625
- | `--continue-on-error` | `-c` | run all validation checks even when errors are found |
2622
+ | **Option** | **Option alias** | **Description** |
2623
+ | ----------------------- | :--------------: | ---------------------------------------------------------------------------------------------------------------------------------- |
2624
+ | `--all` | `-a` | validate all components, not only modified and new |
2625
+ | `--continue-on-error` | `-c` | run all validation checks even when errors are found |
2626
+ | `--skip-tasks <string>` | | skip the given tasks. for multiple tasks, separate by a comma and wrap with quotes. available tasks: "check-types", "lint", "test" |
2626
2627
 
2627
2628
  ---
2628
2629
 
@@ -1,4 +1,4 @@
1
1
  ---
2
- description: 'Bit command synopses. Bit version: 1.13.81'
2
+ description: 'Bit command synopses. Bit version: 1.13.82'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
@@ -5627,6 +5627,11 @@
5627
5627
  "c",
5628
5628
  "continue-on-error",
5629
5629
  "run all validation checks even when errors are found"
5630
+ ],
5631
+ [
5632
+ "",
5633
+ "skip-tasks <string>",
5634
+ "skip the given tasks. for multiple tasks, separate by a comma and wrap with quotes. available tasks: \"check-types\", \"lint\", \"test\""
5630
5635
  ]
5631
5636
  ],
5632
5637
  "description": "run type-checking, linting, and testing in sequence",
@@ -5265,19 +5265,21 @@ function _createMdxContent(props) {
5265
5265
  }), "\n", (0, _jsxRuntime.jsxs)(_components.p, {
5266
5266
  children: ["| ", (0, _jsxRuntime.jsx)(_components.strong, {
5267
5267
  children: "Option"
5268
- }), " | ", (0, _jsxRuntime.jsx)(_components.strong, {
5268
+ }), " | ", (0, _jsxRuntime.jsx)(_components.strong, {
5269
5269
  children: "Option alias"
5270
5270
  }), " | ", (0, _jsxRuntime.jsx)(_components.strong, {
5271
5271
  children: "Description"
5272
- }), " |\n| --------------------- | :--------------: | ---------------------------------------------------- |\n| ", (0, _jsxRuntime.jsx)(_components.code, {
5272
+ }), " |\n| ----------------------- | :--------------: | ---------------------------------------------------------------------------------------------------------------------------------- |\n| ", (0, _jsxRuntime.jsx)(_components.code, {
5273
5273
  children: "--all"
5274
- }), " | ", (0, _jsxRuntime.jsx)(_components.code, {
5274
+ }), " | ", (0, _jsxRuntime.jsx)(_components.code, {
5275
5275
  children: "-a"
5276
- }), " | validate all components, not only modified and new |\n| ", (0, _jsxRuntime.jsx)(_components.code, {
5276
+ }), " | validate all components, not only modified and new |\n| ", (0, _jsxRuntime.jsx)(_components.code, {
5277
5277
  children: "--continue-on-error"
5278
- }), " | ", (0, _jsxRuntime.jsx)(_components.code, {
5278
+ }), " | ", (0, _jsxRuntime.jsx)(_components.code, {
5279
5279
  children: "-c"
5280
- }), " | run all validation checks even when errors are found |"]
5280
+ }), " | run all validation checks even when errors are found |\n| ", (0, _jsxRuntime.jsx)(_components.code, {
5281
+ children: "--skip-tasks <string>"
5282
+ }), " | | skip the given tasks. for multiple tasks, separate by a comma and wrap with quotes. available tasks: \"check-types\", \"lint\", \"test\" |"]
5281
5283
  }), "\n", (0, _jsxRuntime.jsx)(_components.hr, {}), "\n", (0, _jsxRuntime.jsx)(_components.h2, {
5282
5284
  children: "version"
5283
5285
  }), "\n", (0, _jsxRuntime.jsxs)(_components.p, {