DevForge

DevForge Suite guides

Practical, copy-pasteable guides for the ten-tool DevForge developer CLI suite. Every command below is verified against the tool's own README.

Guides by tool

API Contract Guardian — catch breaking API changes in CI

Gate your PRs on an OpenAPI contract diff so breaking changes never reach production.

guard

json2sql — nested JSON to relational SQL

Flatten nested JSON objects and arrays into SQL INSERT statements with smart type inference.

sql

DeployDiff — preview infrastructure changes

See cost and config impact of a Terraform/CloudFormation/Pulumi change before you deploy.

deploy

APIGhost — mock API server from OpenAPI

Spawn a mock server from an OpenAPI spec for local dev and integration tests.

ghost

APIAuth — rotate API keys in CI

Generate, rotate, and verify API keys and JWTs with an encrypted local store.

auth

Envault — stop .env leaking into git

Sync, diff, and rotate environment variables; catch leaked secrets before they hit history.

envault

SchemaForge — Prisma to Drizzle migration

Convert across 11 schema formats / 100 directions; review foreign-key and ORM relationship details after conversion.

schema

click-to-mcp — wrap any CLI as an MCP server

Expose a Click or Typer CLI to AI agents as an MCP server with zero code changes.

mcp

DeadCode — find unused exports in TypeScript

Detect dead exports, routes, and orphaned CSS in React/Next.js projects.

deadcode

ConfigDrift — detect config drift across environments

Compare configs, flag drift, and block CI on breaking changes before they cause incidents.

drift

Ready to install the suite?

One command gets you all ten developer CLIs through a single devforge command.

View devforge-cli on GitHub