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
17 changes: 17 additions & 0 deletions cli.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,23 @@ For more options and commands, use:
corgea --help
```

### Debug Mode

To enable debug logs, set `CORGEA_DEBUG=1` before running a command.

<CodeGroup>
```bash MacOS/Unix
CORGEA_DEBUG=1 corgea scan
```

```bash Windows (PowerShell)
$env:CORGEA_DEBUG="1"
corgea scan
```
</CodeGroup>

When debug mode is enabled, failed upload requests now include the HTTP status and response body in debug output, which helps with troubleshooting.

## Release Notes

For full release notes, please visit our [GitHub releases page](https://github.com/corgea/cli/releases).