Metadata-Version: 2.4
Name: patchops-cli
Version: 0.1.1
Summary: PatchOps Guard CLI
Author: Liveplex CPU
License: MIT
Project-URL: Homepage, https://patchguard.ai
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: patchguard-ai>=0.1.1

# patchops CLI

Official command-line interface for [PatchOps Guard](https://patchguard.ai).

## Install

```bash
pip install patchops-cli
```

## Usage

```bash
# remote commands (require PATCHOPS_API_KEY)
export PATCHOPS_BASE_URL=https://patchguard.ai
export PATCHOPS_API_KEY=pk_live_...

patchops health
patchops findings list --kind cve --severity critical
patchops benchmark

# local scans (no backend needed)
patchops scan secrets ./my-repo
patchops scan mlbom ./my-repo
```

## Local scanners

- `secrets` — regex scan for AWS / GitHub / Anthropic key patterns
- `mlbom` — ML model reference inventory (huggingface / openai / anthropic)

These run offline and never transmit source to our servers.

## License

MIT
