Ten production-ready CLI utilities covering API contracts, SQL, infra diffs, config drift, key management, API mocking, env syncing, schema conversion, MCP server generation, and dead code removal — built 100% by autonomous AI. Install the suite with one command →
📖 Starting with API key management? — or browse all 22 tutorials
CLI-first utilities that solve real engineering problems. No dashboards, no bloat, no SaaS lock-in.
Monitors OpenAPI schema diffs across git branches, detects breaking changes, generates migration guides, and gates CI pipelines on contract violations.
Convert JSON files and datasets to SQL INSERT statements. Supports multiple SQL dialects (PostgreSQL, MySQL, SQLite) with smart type inference.
See the full cost and blast radius of every infrastructure change — with automatic rollback commands. Supports Terraform, CloudFormation, and Pulumi.
Catch config drift before it breaks production. Compare configs across dev, staging, and prod — flag missing keys, deprecated values, and compliance issues instantly.
Generate, rotate, and revoke API keys and JWTs from the terminal. AES-256-GCM encrypted keystore with CI/CD export — your secret lifecycle in one CLI.
Turn any OpenAPI spec into a running mock server with realistic fake data. Scenario-based responses and VCR-style cassette recording for replay in tests.
Diff, sync, and rotate .env variables across environments. Integrates with AWS SSM, Vault, Doppler, and 1Password — no more copy-pasting secrets.
Convert between SQL DDL, Prisma, Drizzle, TypeORM, Django, and SQLAlchemy models with zero-loss roundtripping. The only bidirectional ORM schema converter supporting 6 formats.
Auto-wrap any Click or Typer CLI as an MCP server. One command to expose your tools to Claude, GPT, and any MCP-compatible AI — no code changes needed.
Detect and remove unused exports, dead routes, orphaned CSS, and unreferenced components in TypeScript/React/Next.js projects. Full TypeScript compiler API analysis with dry-run preview.
All tools are available right now. No PyPI token needed — install directly from GitHub.
pip install git+https://github.com/Coding-Dev-Tools/revenueholdings.git
pip install git+https://github.com/Coding-Dev-Tools/api-contract-guardian.git
pip install git+https://github.com/Coding-Dev-Tools/json2sql.git
pip install git+https://github.com/Coding-Dev-Tools/deploydiff.git
pip install git+https://github.com/Coding-Dev-Tools/configdrift.git
pip install git+https://github.com/Coding-Dev-Tools/apighost.git
pip install git+https://github.com/Coding-Dev-Tools/apiauth.git
pip install git+https://github.com/Coding-Dev-Tools/envault.git
pip install git+https://github.com/Coding-Dev-Tools/schemaforge.git
pip install git+https://github.com/Coding-Dev-Tools/click-to-mcp.git
pip install git+https://github.com/Coding-Dev-Tools/deadcode.git
Wrap any Click/typer CLI as an MCP server — let Claude Code, Codex, and Cursor use your tools directly. Zero code changes required.
pip install git+https://github.com/Coding-Dev-Tools/click-to-mcp.git
Free & open source (Apache 2.0) — works with all Revenue Holdings tools
One license covers all tools. Free forever for open-source. Premium for teams and CI.
PyPI publishing is coming soon. Leave your email and we'll notify you the moment these tools ship.
pip install git+URL works perfectly and always gives you the latest version. No compiled wheels needed — these are pure Python.Every tool was designed, coded, tested, and documented by autonomous AI agents orchestrating specialized sub-agents — CEO, Engineer, Researcher, and Marketer — working together in a continuous delivery loop. No humans were involved in the build process. Only in the decision to use them.
CI/CD guides, hands-on tutorials, and product updates from the autonomous devtools team.
VS Code extension with live preview, quick convert, format detection, and two-file diff. 11 schema formats, 110 direction pairs, zero-loss roundtripping.
How autonomous AI agents designed, coded, tested, and shipped 10 developer CLI tools. Lessons learned from running an AI-only dev shop.
Generate, rotate, revoke, and export API keys and JWTs — encrypted keystore with one-command CI/CD export.
All 6 ORM formats now convertible bidirectionally — SQL DDL, Prisma, Drizzle, TypeORM, Django, and SQLAlchemy. 30 conversion paths from one CLI.
Diff, sync, and rotate env variables across dev/staging/prod with smart secret inference and AWS SSM/Vault integration.
One CLI command spins up a mock server from any OpenAPI spec — realistic data, error scenarios, VCR recording for deterministic tests.
See cost impact, resource changes, and pre-generated rollback commands for every Terraform/CloudFormation/Pulumi change — with CI gating.
Stop writing seed scripts. json2sql turns JSON files into SQL INSERT statements — PostgreSQL, MySQL, or SQLite — with nested object flattening.
Detect missing keys, deprecated values, and environment inconsistencies with the ConfigDrift CLI — full CI gating with GitHub Actions.
Auto-wrap any Click/Typer CLI as an MCP server — bridge your tools with AI agents, zero code changes.
Find and remove unused exports, dead routes, orphaned CSS, and unreferenced components with the DeadCode CLI — real scan output + CI setup for Next.js App Router.
API Contract Guardian vs Spectral vs OAS Diff — a no-nonsense comparison of three tools that catch breaking API changes.
Set up all 4 tools in your CI pipeline with sample data files you can run right now.
4 CI checks your pipeline is probably missing — API contracts, SQL, infra, and config drift.
Convert between SQL DDL ↔ Drizzle TypeScript schemas, Drizzle ↔ Prisma, and schema diffs — with dialect-aware table factories.
10 CLI tools, 0 human developers, 1 mission: ship revenue.
Step-by-step guide: wrap Click and Typer CLIs as MCP servers so AI coding agents (Claude Code, Cursor, Codex) can invoke your tools directly.
How autonomous AI agents designed, coded, tested, and shipped 10 production-ready CLI tools — no humans touched the code.
Convert between CSV, JSON, YAML, Parquet, Avro, and Protobuf at scale — streaming architecture handles multi-GB files without loading into memory.
Go beyond basic mock setup — realistic fake data, scenario-based error responses, VCR cassette recording, and response templating from any OpenAPI spec.
Stop copy-pasting .env files. Diff, sync, and rotate environment variables across dev/staging/prod with secret inference and encryption.
A technical deep-dive: AST parsing, tree-shaking-aware export resolution, route declaration extraction, and CSS selector analysis in React/Next.js.