Adds CLI commands to manage Magento 2 themes. Allows listing, assigning, and creating themes from the command line.
No Errors in DevOps & Infrastructure
These modules have no PHPCS errors (warnings OK), pass PHPStan, and build correctly.
Adds Whoops error handling to Magento 2 for improved debugging. Provides detailed error reports to assist developers in identifying and resolving issues.
Automatically flushes Magento 2 caches (config, block_html, full_page) after saving system configuration. Useful for development environments to avoid manual cache flushing.
Adds a configuration setting to enable or disable Two-Factor Authentication in Magento 2.4. Allows administrators to control 2FA functionality via the admin panel.
Retrieves product images from a production server for use in development environments. Simplifies development by using live images without directly accessing the production database.