Metadata-Version: 2.4
Name: corgea-cli
Version: 1.4.2
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Rust
License-File: LICENSE
Summary: The Corgea CLI. Scan for vulnerabilties, create fixes.
Author-email: Adam Bronte <adam@corgea.com>
Requires-Python: >=3.8
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Project-URL: Homepage, https://corgea.com
Project-URL: Documentation, https://docs.corgea.app
Project-URL: Repository, https://github.com/Corgea/cli
Project-URL: Issues, https://github.com/Corgea/cli/issues
Project-URL: Changelog, https://github.com/Corgea/cli/releases

# Corgea CLI
Corgea one-line command to upload SAST results. This command will run your scanner, and send the vulnerabilities report to Corgea for analysis.


<Card>

[Watch video](https://www.loom.com/share/0d3ed94d1f01401a86906fc9713ee709?sid=b11c1f5a-66ff-4dbf-a83a-c9bea15a5d7b)

[![](https://cdn.loom.com/sessions/thumbnails/0d3ed94d1f01401a86906fc9713ee709-with-play.gif)](https://www.loom.com/share/0d3ed94d1f01401a86906fc9713ee709?sid=b11c1f5a-66ff-4dbf-a83a-c9bea15a5d7b)

</Card>

## Installation

### Using pip
```
pip install corgea-cli
```

### Manual Installation
You can get the latest binaries for your OS from https://github.com/Corgea/cli/releases.

### Setup
Once the binary is installed, login with your token from the Corgea app.
```
corgea login <token>
```

