Skip to content

v1.3.0 — Interactive CLI

Choose a tag to compare

@DavidLambauer DavidLambauer released this 21 Apr 20:04
· 28 commits to main since this release
1a1ca97

Highlights

  • New bin/magento db:seed:make command — 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:seed with large counts.
  • Spinner for custom SeederInterface implementations, TTY-gated so CI stays clean.

See CHANGELOG.md for the full list.

Install

composer require runasroot/module-seeder:^1.3
bin/magento setup:upgrade

Fully backward compatible with 1.2.x.