claves / magento2-eavcleaner
There is no license information available for the latest version (1.1.2) of this package.
Purpose of this project is to check for different flaws that can occur due to EAV and provide cleanup functions.
Package info
Type:magento2-module
pkg:composer/claves/magento2-eavcleaner
1.1.2
2020-05-01 04:13 UTC
Requires
- php: ~7.1|~7.2|~7.3
- magento/magento-composer-installer: *
README
Purpose of this project is to check for different flaws that can occur due to EAV and provide cleanup functions.
Dry run
Use --dry-run to check result without modifying data.
Commands
eav:config:restore-use-default-valueCheck if config admin value and storeview value are the same, so "use default" doesn't work anymore. Delete the storeview values.eav:attributes:restore-use-default-valueCheck if product attribute admin value and storeview value are the same, so "use default" doesn't work anymore. Delete the storeview values.eav:attributes:remove-unusedRemove attributes with no values set in products and attributes that are not present in any attribute sets.eav:media:remove-unusedRemove unused product images.
Usage
Run bin/magento in the Magento 2 root and look for the eav: commands.
Installation
Installation with composer:
composer require hackathon/magento2-eavcleaner
Contributors
- Nikita Zhavoronkova
- Anastasiia Sukhorukova
- Peter Jaap Blaakmeer
Special thanks to
- Benno Lippert
- Damian Luszczymak
- Joke Puts
- Ralf Siepker