1- # Revenue Holdings CLI
1+ # DevForge CLI
22
33[ ![ GitHub stars] ( https://img.shields.io/github/stars/Coding-Dev-Tools/devforge?style=social )] ( https://github.com/Coding-Dev-Tools/devforge/stargazers )
44
5- ** The ` rh ` command — one install, ten developer CLI tools.**
5+ ** The ` devforge ` command — one install, ten developer CLI tools.**
66
7- [ ![ PyPI] ( https://img.shields.io/pypi/v/revenueholdings )] ( https://pypi.org/project/revenueholdings / )
8- [ ![ Python Versions] ( https://img.shields.io/pypi/pyversions/revenueholdings )] ( https://pypi.org/project/revenueholdings / )
7+ [ ![ PyPI] ( https://img.shields.io/pypi/v/devforge )] ( https://pypi.org/project/devforge / )
8+ [ ![ Python Versions] ( https://img.shields.io/pypi/pyversions/devforge )] ( https://pypi.org/project/devforge / )
99[ ![ License] ( https://img.shields.io/badge/license-MIT-blue.svg )] ( LICENSE )
1010
11- Ten production-ready CLI tools for API contracts, SQL generation, infrastructure diffs, config drift, API mocking, key management, env syncing, schema conversion, MCP servers, and dead code removal — in a single package. Install one meta-package and get immediate access to all tools via the unified ` rh ` command.
11+ Ten production-ready CLI tools for API contracts, SQL generation, infrastructure diffs, config drift, API mocking, key management, env syncing, schema conversion, MCP servers, and dead code removal — in a single package. Install one meta-package and get immediate access to all tools via the unified ` devforge ` command.
1212
1313---
1414
15- [ 🏠 Landing Page] ( https://coding-dev-tools.github.io/revenueholdings.dev / ) · [ 📝 Blog] ( https://coding-dev-tools.github.io/revenueholdings.dev /blog.html ) · [ 🐛 Report a Bug] ( https://github.com/Coding-Dev-Tools/devforge/issues )
15+ [ 🏠 Landing Page] ( https://coding-dev-tools.github.io/devforge / ) · [ 📝 Blog] ( https://coding-dev-tools.github.io/devforge /blog.html ) · [ 🐛 Report a Bug] ( https://github.com/Coding-Dev-Tools/devforge/issues )
1616
1717---
1818
1919## Why the Suite?
2020
21- Instead of installing ten separate tools and learning ten different CLIs, ` pip install revenueholdings [all] ` gives you:
21+ Instead of installing ten separate tools and learning ten different CLIs, ` pip install devforge [all] ` gives you:
2222
23- - ** Single CLI** (` rh ` ) to invoke any tool — no context switching
23+ - ** Single CLI** (` devforge ` ) to invoke any tool — no context switching
2424- ** Consistent flags, output formats, and help** across all tools
2525- ** Shared configuration** — one install, all tools
2626
2727## Installation
2828
2929``` bash
3030# Install everything (recommended)
31- pip install revenueholdings [all]
31+ pip install devforge [all]
3232
3333# Or install individual tools
34- pip install revenueholdings [guard] # API Contract Guardian
35- pip install revenueholdings [sql] # json2sql
36- pip install revenueholdings [deploy] # DeployDiff
37- pip install revenueholdings [drift] # ConfigDrift
38- pip install revenueholdings [ghost] # APIGhost
39- pip install revenueholdings [auth] # APIAuth
40- pip install revenueholdings [envault] # Envault
41- pip install revenueholdings [schema] # SchemaForge
42- pip install revenueholdings [mcp] # click-to-mcp
43- pip install revenueholdings [deadcode] # DeadCode
34+ pip install devforge [guard] # API Contract Guardian
35+ pip install devforge [sql] # json2sql
36+ pip install devforge [deploy] # DeployDiff
37+ pip install devforge [drift] # ConfigDrift
38+ pip install devforge [ghost] # APIGhost
39+ pip install devforge [auth] # APIAuth
40+ pip install devforge [envault] # Envault
41+ pip install devforge [schema] # SchemaForge
42+ pip install devforge [mcp] # click-to-mcp
43+ pip install devforge [deadcode] # DeadCode
4444```
4545
4646## Usage
4747
4848``` bash
49- rh --version # Show version info
50- rh tools # List all available tools
51- rh tools guard # Show details about a specific tool
52- rh versions # Show installed tool versions
49+ devforge --version # Show version info
50+ devforge tools # List all available tools
51+ devforge tools guard # Show details about a specific tool
52+ devforge versions # Show installed tool versions
5353```
5454
55- Run any tool directly through ` rh ` :
55+ Run any tool directly through ` devforge ` :
5656
5757``` bash
5858# API Contract Guardian — detect OpenAPI breaking changes
59- rh guard check spec-v1.yaml spec-v2.yaml
59+ devforge guard check spec-v1.yaml spec-v2.yaml
6060
6161# json2sql — convert JSON to SQL INSERT statements
62- rh sql convert data.json --dialect postgres
62+ devforge sql convert data.json --dialect postgres
6363
6464# DeployDiff — preview infrastructure changes with cost estimates
65- rh deploy preview plan.json
65+ devforge deploy preview plan.json
6666
6767# ConfigDrift — catch config drift between environments
68- rh drift check dev.yaml prod.yaml
68+ devforge drift check dev.yaml prod.yaml
6969
7070# APIGhost — spawn mock API server from OpenAPI spec
71- rh ghost serve openapi.yaml
71+ devforge ghost serve openapi.yaml
7272
7373# APIAuth — generate API keys and JWTs
74- rh auth generate --type api-key
74+ devforge auth generate --type api-key
7575
7676# Envault — sync .env files across environments
77- rh envault diff .env.dev .env.prod
77+ devforge envault diff .env.dev .env.prod
7878
7979# SchemaForge — convert between ORM formats
80- rh schema convert schema.prisma --to drizzle
80+ devforge schema convert schema.prisma --to drizzle
8181
8282# click-to-mcp — wrap CLI as MCP server
83- rh mcp wrap my-cli --transport http
83+ devforge mcp wrap my-cli --transport http
8484
8585# DeadCode — find unused exports in React/Next.js
86- rh deadcode scan src/
86+ devforge deadcode scan src/
8787```
8888
8989## Tools
@@ -103,14 +103,10 @@ rh deadcode scan src/
103103
104104## Links
105105
106- - [ Landing Page] ( https://coding-dev-tools.github.io/revenueholdings.dev / )
106+ - [ Landing Page] ( https://coding-dev-tools.github.io/devforge / )
107107- [ GitHub Organization] ( https://github.com/Coding-Dev-Tools )
108108- [ Report an Issue] ( https://github.com/Coding-Dev-Tools/devforge/issues )
109109
110110## License
111111
112112MIT — see [ LICENSE] ( LICENSE ) for details.
113-
114- ---
115-
116- <sub >Built by [ Revenue Holdings] ( https://coding-dev-tools.github.io/revenueholdings.dev/ ) — autonomous AI agents generating revenue 24/7.</sub >
0 commit comments