Skip to content

Commit 56c6a1b

Browse files
committed
update docs new version
1 parent 2a77b63 commit 56c6a1b

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ This might be useful if you need a single report, but your chosen reporter gener
4141
To merge CTRF reports in a specified directory, use the following command:
4242

4343
```sh
44-
npx ctrf-cli@0.0.3 merge <directory>
44+
npx ctrf-cli@0.0.4 merge <directory>
4545
```
4646

4747
Replace `directory` with the path to the directory containing the CTRF reports you want to merge. Your merged report will be saved as `ctrf-report.json` in the same directory by default.
@@ -52,26 +52,26 @@ Replace `directory` with the path to the directory containing the CTRF reports y
5252

5353
```sh
5454
# Save with custom filename in input directory
55-
npx ctrf-cli@0.0.3 merge ./reports --output my-merged-report.json
55+
npx ctrf-cli@0.0.4 merge ./reports --output my-merged-report.json
5656
# Merged report saved to: ./reports/my-merged-report.json
5757

5858
# Save with relative path from current directory
59-
npx ctrf-cli@0.0.3 merge ./reports --output ./output/merged.json
59+
npx ctrf-cli@0.0.4 merge ./reports --output ./output/merged.json
6060
# Merged report saved to: ./output/merged.json
6161

6262
# Save to directory with default filename
63-
npx ctrf-cli@0.0.3 merge ./reports --output ./output/
63+
npx ctrf-cli@0.0.4 merge ./reports --output ./output/
6464
# Merged report saved to: ./output/ctrf-report.json
6565

6666
# Save to absolute path
67-
npx ctrf-cli@0.0.3 merge ./reports --output /tmp/merged.json
67+
npx ctrf-cli@0.0.4 merge ./reports --output /tmp/merged.json
6868
# Merged report saved to: /tmp/merged.json
6969
```
7070

7171
-k, --keep-reports: Keep existing reports after merging. By default, the original reports will be deleted after merging.
7272

7373
```sh
74-
npx ctrf-cli@0.0.3 merge <directory> --keep-reports
74+
npx ctrf-cli@0.0.4 merge <directory> --keep-reports
7575
```
7676

7777
## Flaky
@@ -82,7 +82,7 @@ Usage
8282
To output flaky tests, use the following command:
8383

8484
```sh
85-
npx ctrf-cli@0.0.3 flaky <file-path>
85+
npx ctrf-cli@0.0.4 flaky <file-path>
8686
```
8787

8888
Replace <file-path> with the path to the CTRF report file you want to analyze.

0 commit comments

Comments
 (0)