CLI Command Runner
If I have any questions or getting an issue then where can I contact?
We are just a support ticket away. https://desk.zoho.com/portal/magediary/newticket
How Magento 2 CLI Command runner works?
From where can I get the CLI Command Runner extension?
You can get the CLI command runner extension from here. https://magediary.com/cli-command-runner-for-magento-2.html
Which commands are required to run after installing the CLI command runner extension?
php bin/magento module:enable Magediary_CommandRunner php bin/magento setup:upgrade php bin/magento cache:flush php bin/magento setup:static-content:deploy
Is it required to add php bin/magento before command?
No, it not required to add prefix like php bin/magento or bin/magento before the command. You can type commands straightforward like setup:static-content:deploy, cache:status.
If I run any wrong command then will it create any issue?
No, you no need to worry about that. It will give you an error.
Is it allow to run other unix commands outside Magento CLI commands like rm, chmod, chown etc?
No. It only allow to run Magento CLI commands.
Is it safe to run CLI commands from the Magento backend using the CLI command runner extension?
Yes, it is safe. The CLI command runner extension not allowing to run other unix commands outside Magento CLI commands like rm, chmod, chown etc.
Is auto-suggest feature list out third-party extensions CLI commands?
Yes, to update the list of auto-suggest feature commands run below CLI command php bin/magento setup:upgrade
How it shows the output on run command?
The output will show on the modal popup. You can also download the output from there. Later on, you can view or download the output from the Magento backend System ⟶ Command Runner by Magediary ⟶ Log.
Can I see or download the output after run commands?
Yes, you can always see and download the output from the Magento backend System ⟶ Command Runner by Magediary ⟶ Log.
Can I know which user ran which commands using the CLI command runner extension?
Yes, you can know it from the Magento backend System ⟶ Command Runner by Magediary ⟶ Log.
Can anyone delete the output log from the Magento backend?
No, no one can delete the output log from the Magento backend System ⟶ Command Runner by Magediary ⟶ Log until auto clean set from the backend configuration Store ⟶ Configuration ⟶ Magediary ⟶ Command Runner ⟶ Log ⟶ Auto Clean.
Is it possible to delete old log periodically?
Yes, old log can be delete periodically only if you set from the Magento backend configuration. Store ⟶ Configuration ⟶ Magediary ⟶ Command Runner ⟶ Log ⟶ Auto Clean
How can I get list of available Magento 2 CLI commands?
Please refer this link. https://marketplace.magento.com/media/catalog/product/magediary-module-command-runner-1-0-0-ce/reference_manuals.pdf