perfcom/magento2-eav-attribute-helper-commands
Composer 安装命令:
composer require perfcom/magento2-eav-attribute-helper-commands
包简介
CLI commands to help with EAV attributes
README 文档
README
A Magento 2 module that provides CLI commands for managing EAV attributes.
Installation
composer require perfcom/magento2-eav-attribute-helper-commands
Usage
Command 1: Check Missing Classes
Check for attributes with missing class references:
php bin/magento perfcom:eav:check-missing-classes
Command X:Your command here?
Make a PR or open an issue if you have a command that you would like to see!
Important Notes
⚠️ WARNING: Always backup your database before executing any SQL queries!
- The command only gives SQL queries, it does not modify the database
- Review the generated SQL queries carefully before executing them
- Test on a development/staging environment first
- Setting class references to NULL is generally safer than deleting entire attributes
- Deleting attributes may cause data loss if the attribute is still in use
License
MIT License
统计信息
- 总下载量: 20
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-02-27