@eclipse-glsp/cli 2.8.0-next.12 → 2.8.0-next.15
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/README.md +0 -19
- package/dist/cli.js +407 -462
- package/dist/cli.js.map +3 -3
- package/package.json +7 -6
package/README.md
CHANGED
|
@@ -21,7 +21,6 @@ Options:
|
|
|
21
21
|
-h, --help display help for command
|
|
22
22
|
|
|
23
23
|
Commands:
|
|
24
|
-
coverageReport [options] Generate a test coverage report for a glsp component
|
|
25
24
|
checkHeaders [options] <rootDir> Validates the copyright year range (end year) of license header files
|
|
26
25
|
updateNext|u [options] [rootDir] Updates all `next` dependencies in GLSP project to the latest version
|
|
27
26
|
generateIndex [options] <rootDir...> Generate index files in a given source directory.
|
|
@@ -61,24 +60,6 @@ Options:
|
|
|
61
60
|
-h, --help display help for command
|
|
62
61
|
```
|
|
63
62
|
|
|
64
|
-
## coverageReport
|
|
65
|
-
|
|
66
|
-
The `coverageReport` command can be used to create a full nyc test coverage report for a pnpm mono repository.
|
|
67
|
-
Individual coverage reports for each package are created and then combined to a full report.
|
|
68
|
-
|
|
69
|
-
```console
|
|
70
|
-
$ glsp coverageReport -h
|
|
71
|
-
Usage: glsp coverageReport [options]
|
|
72
|
-
|
|
73
|
-
Generate a test coverage report for a glsp component
|
|
74
|
-
|
|
75
|
-
Options:
|
|
76
|
-
-p, --projectRoot <projectRoot> The root directory of the GLSP component (default:
|
|
77
|
-
"<cwd>")
|
|
78
|
-
-c, --coverageScript <script> Script command of the package root for creating coverage reports (default: "test:coverage")
|
|
79
|
-
-h, --help display help for command
|
|
80
|
-
```
|
|
81
|
-
|
|
82
63
|
## updateNext
|
|
83
64
|
|
|
84
65
|
```console
|