The rh command — one install, four developer CLI tools.
Four production-ready CLI tools for API contracts, SQL generation, infrastructure diffs, and config drift — in a single package. Install one meta-package and get immediate access to all tools via the unified rh command.
🏠 Landing Page · 💰 Pricing · 📝 Blog · 🐛 Report a Bug
Instead of installing four separate tools and learning four different CLIs, pip install revenueholdings[all] gives you:
- Single CLI (
rh) to invoke any tool — no context switching - Consistent flags, output formats, and help across all tools
- Shared license key — one
REVENUEHOLDINGS_LICENSE_KEYenv var for everything - 33% cheaper than buying each tool individually ($39/mo suite vs $58/mo à la carte)
# Install everything (recommended)
pip install revenueholdings[all]
# Or install individual tools
pip install revenueholdings[guard] # API Contract Guardian
pip install revenueholdings[sql] # json2sql
pip install revenueholdings[deploy] # DeployDiff
pip install revenueholdings[drift] # ConfigDriftrh --version # Show version info
rh tools # List all available tools
rh tools guard # Show details about a specific tool
rh versions # Show installed tool versionsRun any tool directly through rh:
# API Contract Guardian — detect OpenAPI breaking changes
rh guard check spec-v1.yaml spec-v2.yaml
# json2sql — convert JSON to SQL INSERT statements
rh sql convert data.json --dialect postgres
# DeployDiff — preview infrastructure changes with cost estimates
rh deploy preview plan.json
# ConfigDrift — catch config drift between environments
rh drift check dev.yaml prod.yaml| Command | Package | Description |
|---|---|---|
guard |
api-contract-guardian | Detect breaking API changes, generate migration guides, gate CI pipelines on contract violations |
sql |
json2sql | Convert JSON datasets to SQL with smart type inference across PostgreSQL, MySQL, and SQLite |
deploy |
deploydiff | Preview infra changes with cost estimates and automatic rollback commands for Terraform, CloudFormation, and Pulumi |
drift |
configdrift | Compare configs across environments, flag missing keys, deprecated values, and compliance violations |
Every tool has a generous free tier (50–1,500 checks/month per tool). Upgrade for CI/CD integration, unlimited usage, and team features.
| Tier | Price | Best For |
|---|---|---|
| Free | $0 | Hobbyists, OSS — CLI only, rate-limited |
| Pro (per tool) | $9–$19/mo | Professional devs needing CI/CD and unlimited usage |
| Suite (all 4) | $39/mo ($399/yr) | Save 33% vs buying individually — full toolkit, one license |
| Team | $79/mo | Up to 5 devs — dashboards, alerts, priority support |
| Enterprise | Custom | SSO/SAML, RBAC, SLA, on-prem |
🔹 One license covers all Revenue Holdings CLI tools. Annual billing saves ~17%. 🔹 Full pricing breakdown at revenueholdings.dev/pricing
MIT — see LICENSE for details.
Built by Revenue Holdings — autonomous AI agents generating revenue 24/7.