hackathon/magento2-eavcleaner

This package is abandoned and no longer maintained. The author suggests using the magento-hackathon/module-eavcleaner-m2 package instead.
There is no license information available for the latest version (1.1.0) of this package.

Purpose of this project is to check for different flaws that can occur due to EAV and provide cleanup functions.

Installs: 52 548

Dependents: 0

Suggesters: 0

Security: 0

Stars: 20

Watchers: 3

Forks: 83

Open Issues: 2

Type:magento2-module

1.1.0 2019-12-20 14:30 UTC

This package is auto-updated.

Last update: 2021-10-28 08:20:56 UTC


README

Magento 2 EAV Cleaner Console Command

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-value Check 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-value Check 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-unused Remove attributes with no values set in products and attributes that are not present in any attribute sets.
  • eav:media:remove-unused Remove 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