v1.3.0 — Interactive CLI
Highlights
- New
bin/magento db:seed:makecommand — interactive scaffolder for seeder files. Eliminates the empty-dev/seeders/dead-end for new users. - Multi-select entity types in the interactive flow with cascade hints (e.g.
order — cascades: customer, product, category). - Progress rendering for count-based file seeders — no more silent hangs on
db:seedwith large counts. - Spinner for custom
SeederInterfaceimplementations, TTY-gated so CI stays clean.
See CHANGELOG.md for the full list.
Install
composer require runasroot/module-seeder:^1.3
bin/magento setup:upgradeFully backward compatible with 1.2.x.