CLI Reference

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 devStart development server with hot reload
rapina routesList all registered routes
rapina doctorRun API health checks
rapina openapi exportExport OpenAPI spec
rapina openapi checkVerify spec is up to date
rapina openapi diffDetect breaking changes