Metadata-Version: 2.4
Name: raqeb-cli
Version: 1.5.3
Summary: Raqeb CLI - Command-line tool for Database PAM and Developer Secrets Management
Home-page: https://github.com/Tzamun-Arabia-IT-Co/raqeb-cli
Author: Tzamun Arabia IT Co
Author-email: Tzamun Arabia IT Co <support@tzamun.sa>
License: MIT
Project-URL: Homepage, https://raqeb.cloud
Project-URL: Documentation, https://docs.raqeb.cloud
Project-URL: Repository, https://github.com/Tzamun-Arabia-IT-Co/raqeb-cli
Keywords: pam,security,secrets,database,credentials,cli
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-python

# Raqeb CLI

Command-line tool for **Raqeb Privileged Access Management (PAM)** platform.

## Features

- 🔐 **Database PAM**: Get temporary database credentials
- 🔑 **Secrets Management**: Securely retrieve secrets
- 🚀 **Service Accounts**: Programmatic API access
- 📊 **Audit Logs**: Track all access activities
- 🔒 **Zero Trust**: Dynamic credentials with auto-expiration

## Installation

```bash
pip install raqeb-cli
```

**Requirements:** Node.js 14+ (automatically installed via npm)

## Quick Start

```bash
# Login to Raqeb
raqeb login

# Get temporary database credentials
raqeb db connect <database-id> --ttl 2

# Retrieve a secret
raqeb secrets get <secret-name>

# View audit logs
raqeb audit list
```

## Documentation

Full documentation: https://docs.raqeb.cloud

## Support

- Website: https://raqeb.cloud
- Email: support@tzamun.sa
- GitHub: https://github.com/Tzamun-Arabia-IT-Co/raqeb-cli

## License

MIT License - Copyright (c) 2026 Tzamun Arabia IT Co
