jayanka/patch-manager

Magento 扩展,用于维护数据补丁

安装次数: 1,411

依赖项: 0

建议者: 0

安全性: 0

星标: 23

关注者: 1

分支: 0

开放性问题: 0

类型:magento2-module

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 命令来维护数据补丁

命令

  1. 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 # 为所有模块应用补丁
  2. bin/magento j:patch:delete - 通过类名删除补丁 示例

    • bin/magento j:patch:delete --className Magento\\Catalog\\Setup\\Patch\\Data\\InstallDefaultCategories