Metadata-Version: 2.1
Name: prelude-cli
Version: 1.5.3
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.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: prelude-sdk==1.5.6
Requires-Dist: click>8
Requires-Dist: rich

# 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
