Type
magento2-module
Reset database removing categories, products, orders, customers and reviews.
magento2-module
OSL-3.0, AFL-3.0
None
None
None
None
None
Reset database removing categories, products, orders, customers and reviews
Download:
composer require comunicart/magento2-reset
Enable module:
php bin/magento module:enable Comunicart_Reset
php bin/magento reset:categories
: Reset categories in database
php bin/magento reset:customers
: Reset customers in database
php bin/magento reset:orders
: Reset orders in database
php bin/magento reset:products
: Reset products in database
php bin/magento reset:reviews
: Reset reviews in database