Module

ridu CLI

ridu — The implemented project lifecycle: scaffolding, generation, migrations, development, checks, builds, diagnostics, and static plugin management.

Commands 8

  • command ridu new

    Scaffold a thin Ridu application, resolve Go dependencies, and generate its first contracts.

  • command ridu doctor

    Diagnose Go, Bun, project discovery, frontend dependencies, and local database prerequisites.

  • command ridu dev

    Run the selected database adapter, generation, safe schema sync, API, admin watch mode, and Go-config watching together.

  • command ridu generate

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

  • command ridu check

    Run the generated-contract, migration-history, Go, TypeScript, and Svelte project checks.

  • command ridu build

    Regenerate contracts, build the admin, and atomically install one production Go binary.

  • command ridu version

    Print the compiled CLI version.

  • command ridu help

    Show commands and the compiled project-protocol and schema-manifest versions.

Agent guidance 2

Migrations 11

Plugins 3