jayanka / patch-manager
Magento 扩展,用于维护数据补丁
1.0.0
2023-08-08 15:08 UTC
This package is auto-updated.
Last update: 2024-09-17 09:45:47 UTC
README
安装
composer require jayanka/patch-manager
此 Magento 扩展提供一组 bin/magento
CLI 命令来维护数据补丁
命令
-
bin/magento j:patch:apply
- 通过模块名或类名应用补丁 示例bin/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 # 为所有模块应用补丁
-
bin/magento j:patch:delete
- 通过类名删除补丁 示例bin/magento j:patch:delete --className Magento\\Catalog\\Setup\\Patch\\Data\\InstallDefaultCategories