ESC
Type to search...

CLI

The Rapina CLI provides tools for development, project scaffolding, and API management.

Installation

cargo install rapina-cli

Commands

CommandDescription
rapina new <name>Create a new project
rapina add resource <name> <fields...>Scaffold a CRUD resource
rapina devStart development server with hot reload
rapina testRun tests with pretty output
rapina routesList all registered routes
rapina doctorRun API health checks
rapina migrate new <name>Generate a new migration file
rapina openapi exportExport OpenAPI spec
rapina openapi checkVerify spec is up to date
rapina openapi diffDetect breaking changes