Type
magento2-module
N/A
magento2-module
OSL-3.0, AFL-3.0
None
None
None
None
None
This module "force" the re-generation of category path and url. It's useful to apply edits made directly to the database or from scripts.
php bin/magento setup:upgrade
Usage:
hevelop:regencaturl [cids1] ... [cidsN]
Arguments:
cids Category to regenerate
Options:
--help (-h) Display this help message
Eg:
# Regenerate url for all categories
php bin/magento hevelop:regencaturl
# Regenerate url for categories with id (1, 2, 3, 4)
php bin/magento hevelop:regencaturl 1 2 3 4
Alessandro Pagnin @ http://hevelop.com
GNU AFFERO GENERAL PUBLIC LICENSE 3.0
(c) 2017 Hevelop