You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Purpose of this project is to check for different flaws that can occur due to EAV and provide cleanup functions.
4
+
5
+
Use --dry-run to check result without modifying data.
6
+
7
+
# Magento 2
8
+
9
+
You've found the Magento 2 version. Yay for you!
10
+
11
+
# Commands
12
+
13
+
*`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.
14
+
*`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.
15
+
*`eav:attributes:remove-unused` Remove attributes with no values set in products and attributes that are not present in any attribute sets.
0 commit comments