@teambit/harmony.content.cli-reference 1.95.182 → 1.95.184

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,2 +1,2 @@
1
- import React from 'react';
2
- export declare const BasicCliReference: () => React.JSX.Element;
1
+ /// <reference types="react" />
2
+ export declare const BasicCliReference: () => JSX.Element;
@@ -1,5 +1,5 @@
1
1
  ---
2
- description: 'Bit command synopses. Bit version: 0.2.6'
2
+ description: 'Bit command synopses. Bit version: 0.2.8'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
5
5
 
@@ -2768,6 +2768,57 @@
2768
2768
  }
2769
2769
  ]
2770
2770
  },
2771
+ {
2772
+ "name": "test [component-pattern]",
2773
+ "alias": "at",
2774
+ "options": [
2775
+ [
2776
+ "w",
2777
+ "watch",
2778
+ "start the tester in watch mode."
2779
+ ],
2780
+ [
2781
+ "d",
2782
+ "debug",
2783
+ "start the tester in debug mode."
2784
+ ],
2785
+ [
2786
+ "a",
2787
+ "all",
2788
+ "test all components, not only new and modified"
2789
+ ],
2790
+ [
2791
+ "",
2792
+ "junit <filepath>",
2793
+ "write tests results as JUnit XML format into the specified file path"
2794
+ ],
2795
+ [
2796
+ "",
2797
+ "coverage",
2798
+ "show code coverage data"
2799
+ ],
2800
+ [
2801
+ "e",
2802
+ "env <id>",
2803
+ "test only the given env"
2804
+ ],
2805
+ [
2806
+ "s",
2807
+ "scope <scope-name>",
2808
+ "DEPRECATED. (use the pattern instead, e.g. \"scopeName/**\"). name of the scope to test"
2809
+ ]
2810
+ ],
2811
+ "description": "test components in the workspace",
2812
+ "extendedDescription": "",
2813
+ "group": "development",
2814
+ "private": false,
2815
+ "arguments": [
2816
+ {
2817
+ "name": "component-pattern",
2818
+ "description": "component name, component id, or component pattern. use component pattern to select multiple components.\nuse comma to separate patterns and \"!\" to exclude. e.g. \"ui/**, !ui/button\"\nwrap the pattern with quotes"
2819
+ }
2820
+ ]
2821
+ },
2771
2822
  {
2772
2823
  "name": "diff [values...]",
2773
2824
  "alias": "",
@@ -3793,57 +3844,6 @@
3793
3844
  }
3794
3845
  ]
3795
3846
  },
3796
- {
3797
- "name": "test [component-pattern]",
3798
- "alias": "at",
3799
- "options": [
3800
- [
3801
- "w",
3802
- "watch",
3803
- "start the tester in watch mode."
3804
- ],
3805
- [
3806
- "d",
3807
- "debug",
3808
- "start the tester in debug mode."
3809
- ],
3810
- [
3811
- "a",
3812
- "all",
3813
- "test all components, not only new and modified"
3814
- ],
3815
- [
3816
- "",
3817
- "junit <filepath>",
3818
- "write tests results as JUnit XML format into the specified file path"
3819
- ],
3820
- [
3821
- "",
3822
- "coverage",
3823
- "show code coverage data"
3824
- ],
3825
- [
3826
- "e",
3827
- "env <id>",
3828
- "test only the given env"
3829
- ],
3830
- [
3831
- "s",
3832
- "scope <scope-name>",
3833
- "DEPRECATED. (use the pattern instead, e.g. \"scopeName/**\"). name of the scope to test"
3834
- ]
3835
- ],
3836
- "description": "test components in the workspace",
3837
- "extendedDescription": "",
3838
- "group": "development",
3839
- "private": false,
3840
- "arguments": [
3841
- {
3842
- "name": "component-pattern",
3843
- "description": "component name, component id, or component pattern. use component pattern to select multiple components.\nuse comma to separate patterns and \"!\" to exclude. e.g. \"ui/**, !ui/button\"\nwrap the pattern with quotes"
3844
- }
3845
- ]
3846
- },
3847
3847
  {
3848
3848
  "name": "schema <pattern>",
3849
3849
  "alias": "",