Important
You are browsing upcoming documentation for version 7.0 of OroCommerce, scheduled for release in 2026. Read the documentation for version 6.1 (the latest LTS version) to get up-to-date information.
See our Release Process documentation for more information on the currently supported and upcoming releases.
CLI Commands (PlatformBundle)
oro:platform:optional-listeners
The oro:platform:optional-listeners command lists optional Doctrine listeners that can be disabled when running console commands by using the –disabled-listeners option.
php bin/console oro:platform:optional-listeners
oro:cron:platform:delete-old-number-sequences
The oro:cron:platform:delete-old-number-sequences command schedules deletion of old number sequences that are no longer needed. This is a cron command that runs daily at midnight and uses message queue for asynchronous processing.
php bin/console oro:cron:platform:delete-old-number-sequences
The command only executes when number sequences exist in the database and processes deletion by grouping sequences by type and discriminator for efficient batch processing.