How it shows the output on run command?
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
.
Related Articles
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 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 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 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.
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