In this tutorial, Today I will explain to you how to reset admin password in Magento 2. If you need to login in admin then, you need to have username and password in Magento 2. But, The problem is that if you forget admin password then, how to reset admin password? There are “Forgot your password” link available and after…
Tag: CLI
Magento 2 : List of payment methods using command line
In this technical blog, We are going to learn how to get the payment methods list in Magento 2 using the command line. Magento is by default provides many commands like setup:upgrade, cache:clean, etc. But, There are no commands available for the check which payment methods available in Magento 2. Sometimes, it may happen that we want to check which…
Create new command in console CLI in Magento 2
In this article, we will see about how to create new command in console CLI in Magento 2. Magento 2 provides many console CLI commands to perform action very quickly as like : Install Magento (and related tasks such as creating or updating the database schema, creating the deployment configuration, and so on) Clean Cache Manage indexing-reindexing Upgrade and deploy…
Magento 2 : Useful Command List
In this tutorial, I will give you all the command list which is useful for Magento 2. Sometimes, we need to perform some operations and we do that using programmatically but, it was also complete by just single line command execute. So, why we do programming operations. So, the command line interface saves your maximum time and execute operation very…