Metadata-Version: 2.4
Name: prelude-cli
Version: 2.6.13
Summary: For interacting with the Prelude SDK
Home-page: https://github.com/preludeorg
Author: Prelude Research
Author-email: support@preludesecurity.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: prelude-sdk==2.6.44
Requires-Dist: click>8
Requires-Dist: rich
Requires-Dist: python-dateutil
Requires-Dist: pyyaml
Dynamic: license-file

# Prelude CLI

Interact with the full range of features in Prelude Detect, organized by:

- IAM: manage your account 
- Build: write and maintain your collection of security tests
- Detect: schedule security tests for your endpoints

## Quick start
```bash
pip install prelude-cli
prelude --help
prelude --interactive
```

## Documentation

https://docs.preludesecurity.com/docs/prelude-cli
