Magento 2 Reset module
Reset database removing categories, products, orders, customers and reviews, (*1)
Install
Download:, (*2)
composer require comunicart/magento2-reset
, (*3)
Enable module:, (*4)
php bin/magento module:enable Comunicart_Reset
, (*5)
Usage
php bin/magento reset:categories
: Reset categories in database, (*6)
php bin/magento reset:customers
: Reset customers in database, (*7)
php bin/magento reset:orders
: Reset orders in database, (*8)
php bin/magento reset:products
: Reset products in database, (*9)
php bin/magento reset:reviews
: Reset reviews in database, (*10)