Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@ By standardizing test results, reports can be validated, merged, compared, and a
Use `npx` to run the CLI without installing:

```bash
npx ctrf-cli@0.0.5-next-1 validate report.json
npx ctrf-cli@0.0.5 validate report.json
```

### Global Installation

Or install globally for repeated use:

```bash [npm]
npm install -g ctrf-cli@0.0.5-next-1
npm install -g ctrf-cli@0.0.5
```

After global installation, use the `ctrf` command:
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "module",
"name": "ctrf-cli",
"version": "0.0.6",
"version": "0.0.5",
"description": "Various CTRF utilities available from the command line",
"main": "dist/index.js",
"bin": {
Expand Down