Skip to content
Open
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
2 changes: 2 additions & 0 deletions cli.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,8 @@ To control the project name shown in Corgea for uploaded reports, use `--project
corgea upload path/to/report.json --project-name my-service
```

For large reports, the CLI uploads data in chunks. During chunked uploads, the CLI now verifies server upload progress and exits with a non-zero status if the server reports an unexpected offset or if the upload completes without returning a scan ID.

#### Scan Your Codebase

To scan your current directory using the default BLAST scanner:
Expand Down