Christian Münch

Results 290 comments of Christian Münch

@joh-klein `--skip--root-check` is a global option. If you define it after the command name it's command specific. Please change order. `sudo n98-magerun.phar dev:symlinks --skip-root-check` should be `sudo n98-magerun.phar --skip-root-check dev:symlinks`

@joh-klein https://github.com/netz98/n98-magerun/blob/develop/src/N98/Magento/Application.php#L164

@nopenopenope PR will be accepted. Main focus is now the n98-magerun2 version.

@f1-outsourcing Thanks for the request. In Magento 2 there is no option to delete a order over CLI in the standard installation. There are third party extensions available, providing that...

The config:get command does only search in Store-Config part of the global config. As counterpart we have the config:set command to set a store config. I know that the name...

@melvyn-sopacua I read your first question again... Could it be that you oversee see xpath argument of config:dump command? It's already possible to do that: ``` n98-magerun.phar config:dump global/helpers/core/encryption_model ```...

I know about the naming confusion. The correct name for `config:get` should be `config:store:get` or similar. Problem is that the config:get command is widly used in automatisation scripts. So we...

Yes, that's a known issue. The install command is used in many automatic deployment and test scripts. We cannot break that systems. As alternative we can duplicate the parameters and...

I think we should orient us on Symfony console command. i.e. `--no-interaction` for options. Arguments can have an underscore like in index:reindex command.