Skip to content

Coding-Dev-Tools/revenueholdings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Revenue Holdings CLI

GitHub stars

The rh command — one install, four developer CLI tools.

PyPI Python Versions License

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


Why the Suite?

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_KEY env var for everything
  • 33% cheaper than buying each tool individually ($39/mo suite vs $58/mo à la carte)

Installation

# 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]    # ConfigDrift

Usage

rh --version           # Show version info
rh tools               # List all available tools
rh tools guard         # Show details about a specific tool
rh versions            # Show installed tool versions

Run 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

Tools

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

Pricing

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

Links

License

MIT — see LICENSE for details.


Built by Revenue Holdings — autonomous AI agents generating revenue 24/7.

About

Unified CLI for Revenue Holdings developer tools — api-contract-guardian, json2sql, deploydiff, configdrift

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages