How Magento 2 CLI Command runner works?
How Magento 2 CLI Command runner works?
Related Articles
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
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.
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.
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
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