Is it allow 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.
Related Articles
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
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
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
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.