command

ridu generate

ridu generate [--check]

Resolve executable Go config and atomically write every configured generated contract.

@param --check
Compare expected bytes without writing; exit unsuccessfully on missing or stale output.

Generation executes the application’s versioned private manifest command; it never parses Go source and never connects to the database.

Configured outputs include the canonical schema manifest, Go and TypeScript contracts/client module, OpenAPI, and static admin plugin registry.

Example

shell
ridu generate
git diff -- generated/
ridu generate --check