Can I know which user ran which commands using the CLI command runner extension?
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
.
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.
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 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 Magento 2 CLI Command runner works?