Skip to content

Commit 7e9bd4d

Browse files
author
Shannon Anahata
committed
updating proper bash syntax and SHA instructions
1 parent 0c9e6f5 commit 7e9bd4d

File tree

2 files changed

+18
-3
lines changed

2 files changed

+18
-3
lines changed

docs/product/test-analytics/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ chmod +x sentry-prevent-cli
7676
Then, upload your test results using the CLI:
7777

7878
```bash
79-
sentry-prevent-cli db upload --report-type test_results --file <report_name>.junit.xml
79+
sentry-prevent-cli upload --report-type test-results --token <PREVENT_TOKEN>
8080
```
8181

8282
### Run Your Test Suite

docs/product/test-analytics/sentry-prevent-cli/index.mdx

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,22 @@ chmod +x sentry-prevent-cli
5151
To upload test results, use the following command:
5252

5353
```bash
54-
sentry-prevent-cli db upload --report-type test_results --file <report_name>.junit.xml
54+
sentry-prevent-cli upload --report-type test-results --token <PREVENT_TOKEN>
5555
```
5656

57-
## Integrity Checking the Uploader
57+
## Integrity Checking the CLI
58+
59+
GitHub releases also includes the SHA for each asset. You can run
60+
61+
```bash
62+
shasum -a 256 <filename>
63+
```
64+
65+
or
66+
67+
```bash
68+
sha256sum <filename>
69+
```
70+
71+
and compare the checksum generated with that from GitHub releases.
72+

0 commit comments

Comments
 (0)