Codapult CLI
Inspect, compose and verify a Codapult project with commands that understand its architecture, modules, database and deployment model — not just its file tree.
> Run the project health check
● Codapult Doctor · ~/projects/acme
Environment contract
env-schema.ts ↔ .env.example
Database adapter
Plugin boundaries
MCP server configuration
✓ Working...
project health
One CLI, one project contract
The CLI turns architecture conventions into commands your team can run, review and automate.
codapult doctorCheck project configuration, adapters and environment contract.
codapult pluginsAdd, remove and inspect modular Codapult capabilities.
codapult dbInspect schema, migrations and database drift.
codapult generateCreate pages, APIs, actions and plugins from conventions.
doctor, env check and schema diff show what is true before you change it.
plugins and generators add capability through the project’s existing conventions.
checks, migration status and deploy readiness catch drift before production.
$ npm install -g @codapult/cli
$ cd your-saas && codapult doctor
The CLI is the operational layer around the source code: inspect it, compose changes and verify the project before your agent or team ships.