Modules§
- api_
check - boost_
install - boost:install command - Generate MCP configuration and AI guidelines
- ci_init
- ferro ci:init — drop
.github/workflows/ci.yml(D-13, D-17, D-21). - claude_
install - claude:install command - Install Ferro Claude Code skills
- clean
- db_
fresh - db_
migrate - db_
query - db:query command - Execute raw SQL queries against the database
- db_
rollback - db_seed
- db_
status - db_sync
- db:sync command - Run migrations and sync entity files from database schema
- deploy_
init ferro deploy:init— interactive scaffolder for[package.metadata.ferro.deploy](Phase 128 D-07..D-11).- do_init
ferro do:init— generate.do/app.yamlstarter (Phase 122.2 §5).- docker_
compose - docker:compose command - Generate docker-compose.yml for local development
- docker_
init ferro docker:init— generate a production-ready Dockerfile and static.dockerignorefrom project metadata. Phase 122.2 §3.- doctor
ferro doctor— runs all 11 health checks (D-01..D-09, D-22).- generate_
routes - Route generation for type-safe frontend integration
- generate_
types - make_
action - make_
api ferro make:apicommand — scaffolds a complete REST API layer for existing models.- make_
api_ key ferro make:api-keycommand — generates API keys for authentication.- make_
auth - make_
controller - make_
error - make_
event - make:event command - Generate a new domain event
- make_
factory - make_
inertia - make_
job - make:job command - Generate a new background job
- make_
json_ view ferro make:json-viewcommand implementation.- make_
lang - make:lang command — scaffold translation files for a new locale
- make_
listener - make:listener command - Generate a new event listener
- make_
middleware - make_
migration - make_
module ferro make:module <name>— scaffold a feature-module skeleton undersrc/modules/<name>/following the controller/model/views/routes convention used by gestiscilo and mkmenu. Codified to stop the pattern from drifting.- make_
notification - make:notification command - Generate a new notification
- make_
policy - make_
projection - make_
resource - make_
scaffold - make_
seeder - make:seeder command - Generate a new database seeder
- make_
stripe - make_
task - make:task command - Generate a new scheduled task
- make_
theme - make:theme command — scaffold theme files for the Ferro theme system
- make_
whatsapp - mcp
- MCP server command - start the Model Context Protocol server for AI-assisted development
- new
- projection_
check - CLI command:
ferro projection:check - schedule_
list - schedule:list command - Display all registered scheduled tasks
- schedule_
run - schedule:run command - Run all due scheduled tasks once
- schedule_
work - schedule:work command - Run the scheduler daemon
- serve
- storage_
link - The
storage:linkcommand creates a symbolic link from public/storage to storage/app/public. - validate_
contracts - validate:contracts command - Validate Inertia frontend/backend prop contracts