Important

We are updating the images for OroCommerce version 6.1 to align with the latest changes in the back-office design. During this transition, some images may still show older versions. Thank you for your patience as we work to update all visuals to reflect these changes.

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.