composer require jayanka/patch-manager
-
bin/magento j:patch:apply
- Apply patches by module name(s) or class name(s) Examplesbin/magento j:patch:apply --module Magento_Catalog --module Magento_Sales
bin/magento j:patch:apply --className Magento\\Catalog\\Setup\\Patch\\Data\\InstallDefaultCategories
bin/magento j:patch:apply # Apply patches for all modules
-
bin/magento j:patch:delete
- Delete patches by its class name(s) Examplesbin/magento j:patch:delete --className Magento\\Catalog\\Setup\\Patch\\Data\\InstallDefaultCategories