I created a simple bash script to automate some activities in magento administration.
The options that are contained in the script are commands that I execute frequently.
Leave your comment if you have any questions or suggestions for improvement.
-
The script is perfect. I have a quite similar script for myself. I would suggest adding Magento path dynamically. Currently, I take the current working directory as Magento root, so with only one script, I am able to handle my all local Magento versions.Milind Singh– Milind Singh2018年12月04日 05:13:11 +00:00Commented Dec 4, 2018 at 5:13
1 Answer 1
I'd suggest https://github.com/netz98/n98-magerun & https://github.com/netz98/n98-magerun2 for mage 1 & 2 respectively. Is there something else that you are trying to achieve here, that these tools don't already provide?