Tom Klingenberg

Results 137 comments of Tom Klingenberg

@f1-outsourcing: Would you consider filing a PR for this feature?

Please share the Magerun and the Magento version.

You should be able to do this via an alias. The system should ship with all configuration options needed for this.

Just learning, it's not that straight forward. Can you check which shell is used by your PHP version? ``` $ php -r 'echo shell_exec("echo $0");' ``` In my case it...

We use this already in `\Magento\Command\Database\ConsoleCommand::execute()` which gives an example on how to redirect to the standard handles. The parsing of the "`!`" at the beginning should be checked, I've...

Very good idea with composer.

First of all a curated list in machine readable form (e.g. a JSON file like `res/modules.json`) within the repo is necessary. It than can be used to generate listings or...

They should be available via autoloading (so to say in short: the same as within the Magento application IIRC).

In Magerun2 this has landed ca. 3 months ago (https://github.com/netz98/n98-magerun2/pull/246) and just this morning I finished a first step of a bigger streamlining between the `db:dump` command in both versions....

This is not really feasible with the routines we have. This sounds a bit like a fixture for a test-system (in the general sense this could be your development system...