Code generation, migrations, testing, and server management for CFWheels.
# Named install (requires LuCLI registry entry)
lucli modules install wheels
# Explicit URL
lucli modules install wheels --url https://github.com/wheels-dev/wheels-cli-lucli
# Specific version
lucli modules install wheels --url https://github.com/wheels-dev/wheels-cli-lucli#v3.1.0lucli wheels new myapp # Scaffold a new Wheels project
lucli wheels generate model User firstName lastName email
lucli wheels generate scaffold Post title:string content:text
lucli wheels migrate latest # Run pending migrations
lucli wheels test run # Run test suite
lucli wheels reload # Reload application
lucli wheels routes # List routes
lucli wheels info # Show app info
lucli wheels console # Interactive REPL
lucli wheels mcp # MCP-over-stdio for AI editorsThis repo is automatically synced from wheels-dev/wheels (cli/lucli/ directory) via GitHub Actions.
Do not open PRs here. Submit changes to the main Wheels repo instead. Changes to cli/lucli/ on the develop branch are synced here automatically.
Apache-2.0 — see the Wheels repository for full license.