Magento2 an open-source e-commerce platform written in PHP.
Here in this extension we are going to learn how to create custom commands in Magento2 to perform some functionality
In this extension we have created a custom command to clear custom cache as an example.
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy -f
php bin/magento cache:flush