Magento 1.9.2.1 is running fine on a dedicated host however most documentation I find references changing directories to the root installation of magento and perform commands that typically start with `php bin/magento` but my magento installation does not have a bin directory at root of installation so how do I use command line with magento?
Hi @TeamVeg,
bin/magento is for Magento 2.
In Magento 1 you have the shell directory with some classes that you can run in this way:
php -f file.php
Where file could be, for example, logger.php.
Which command do you want to execute on Magento 1?
Thank you for the reply @Damian Culotta.
I know this references 2.0 but I wanted to list my magento backups.
The documentation states to perform the following command which unfortunately does not work either
magento info:backups:list