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_Salesbin/magento j:patch:apply --className Magento\\Catalog\\Setup\\Patch\\Data\\InstallDefaultCategoriesbin/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