Questions tagged [cli]
Denotes questions related to CLI which is a short form of Command-Line Interface
307 questions
0 votes
1 answer
65 views
Can't run magento CLI commands without Redis
I am attempting to setup magento 2 pipeline deploy Trying to compile DI and deploy static assets inside a container but none of the ./bin/magento commands will run, not even ./bin/magento --help ...
0 votes
1 answer
136 views
Admin 2fa email not receiving
I don't get a email if I log in for the first time in the admin panel I made the admin account with cli
0 votes
0 answers
59 views
Magento 2 : I can't run any command in CLI
When I try to run setup:upgrade or any other command in the terminal it says: Class "Swissup\ Core\Helper\Component" not found#0 C:\xampp\htdocs\magento2\vendor\magento\framework\...
0 votes
0 answers
82 views
Area code not set error in magento 2
I have created one custom command. That command is used when i need to generate some specific file. When i run setup:upgrade command then i give me error like "Area code not set". Below is ...
1 vote
3 answers
956 views
Many of the commands are missing in CLI
I have installed a latest magento version 2.4.6 on my machine. The setup is complete, but I can not able to execute most of Magento's commands. If I do php bin/magento it gives me only below list of ...
1 vote
0 answers
101 views
magento 2 list-inconsistencies gets killed
I'm using the the command: bin/magento inventory:reservation:list-inconsistencies -r | bin/magento inventory:reservation:create-compensations However the first part gets killed, and so this is piped ...
0 votes
1 answer
842 views
Magento: 500 Internal Server Error after upgrading to 2.4.4
The store front shows 500 Internal server error after I followed all instructions in the article here to upgrade Magento. On checking the version of Magento with the command bin/magento --version ...
2 votes
2 answers
1k views
List of All Magento 2 Configuration Files
Magento 2 uses XML-based configuration files A LOT. When studying Magento or preparing for an exam, it is useful to have a list of all config files used in Magento 2. How can such a list be generated? ...