@teambit/harmony.content.cli-reference 2.0.1173 → 2.0.1174

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: 2.0.64'
2
+ description: 'Bit command synopses. Bit version: 2.0.65'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
@@ -6286,6 +6286,11 @@
6286
6286
  [
6287
6287
  "a",
6288
6288
  "all",
6289
+ "DEPRECATED. (use --unmodified)"
6290
+ ],
6291
+ [
6292
+ "u",
6293
+ "unmodified",
6289
6294
  "validate all components, not only modified and new"
6290
6295
  ],
6291
6296
  [
@@ -6305,7 +6310,7 @@
6305
6310
  ]
6306
6311
  ],
6307
6312
  "description": "run type-checking, linting, and testing in sequence",
6308
- "extendedDescription": "validates components by running check-types, lint, and test commands in sequence.\nby default runs all checks even when errors are found.\nuse --fail-fast to stop at the first failure.\nby default validates only new and modified components. use --all to validate all components.",
6313
+ "extendedDescription": "validates components by running check-types, lint, and test commands in sequence.\nby default runs all checks even when errors are found.\nuse --fail-fast to stop at the first failure.\nby default validates only new and modified components. use --unmodified to validate all components.",
6309
6314
  "group": "testing",
6310
6315
  "private": false,
6311
6316
  "arguments": [
package/cli-reference.mdx CHANGED
@@ -2906,7 +2906,7 @@ supports glob patterns to update specific packages. prompts for confirmation unl
2906
2906
  validates components by running check-types, lint, and test commands in sequence.
2907
2907
  by default runs all checks even when errors are found.
2908
2908
  use --fail-fast to stop at the first failure.
2909
- by default validates only new and modified components. use --all to validate all components.
2909
+ by default validates only new and modified components. use --unmodified to validate all components.
2910
2910
 
2911
2911
  `bit validate [component-pattern]`
2912
2912
 
@@ -2916,7 +2916,8 @@ by default validates only new and modified components. use --all to validate all
2916
2916
 
2917
2917
  | **Option** | **Option alias** | **Description** |
2918
2918
  | ----------------------- | :--------------: | ---------------------------------------------------------------------------------------------------------------------------------- |
2919
- | `--all` | `-a` | validate all components, not only modified and new |
2919
+ | `--all` | `-a` | DEPRECATED. (use --unmodified) |
2920
+ | `--unmodified` | `-u` | validate all components, not only modified and new |
2920
2921
  | `--fail-fast` | | stop at the first failure instead of running all checks |
2921
2922
  | `--continue-on-error` | `-c` | DEPRECATED: this is now the default behavior |
2922
2923
  | `--skip-tasks <string>` | | skip the given tasks. for multiple tasks, separate by a comma and wrap with quotes. available tasks: "check-types", "lint", "test" |
@@ -1,4 +1,4 @@
1
1
  ---
2
- description: 'Bit command synopses. Bit version: 2.0.64'
2
+ description: 'Bit command synopses. Bit version: 2.0.65'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
@@ -6286,6 +6286,11 @@
6286
6286
  [
6287
6287
  "a",
6288
6288
  "all",
6289
+ "DEPRECATED. (use --unmodified)"
6290
+ ],
6291
+ [
6292
+ "u",
6293
+ "unmodified",
6289
6294
  "validate all components, not only modified and new"
6290
6295
  ],
6291
6296
  [
@@ -6305,7 +6310,7 @@
6305
6310
  ]
6306
6311
  ],
6307
6312
  "description": "run type-checking, linting, and testing in sequence",
6308
- "extendedDescription": "validates components by running check-types, lint, and test commands in sequence.\nby default runs all checks even when errors are found.\nuse --fail-fast to stop at the first failure.\nby default validates only new and modified components. use --all to validate all components.",
6313
+ "extendedDescription": "validates components by running check-types, lint, and test commands in sequence.\nby default runs all checks even when errors are found.\nuse --fail-fast to stop at the first failure.\nby default validates only new and modified components. use --unmodified to validate all components.",
6309
6314
  "group": "testing",
6310
6315
  "private": false,
6311
6316
  "arguments": [