Christian Münch

Results 279 comments of Christian Münch

@sprankhub Ok. That's a good point.

Thanks. I will check this next week.

@mklooss I checked the MySQL manual. http://dev.mysql.com/doc/refman/5.1/de/mysqldump.html ``` If no character set is specified, mysqldump uses utf8, and earlier versions use latin1. ``` This is valid for all 5.x releases....

That's the best use case of a n98-magerun script. This is already possible. You can also share n98-magerun script between developers in the new script-repository (see changelog 1.77.0). Script looks...

I'm not sure if i like global variables. Global variables for what? System, Project, User?

@rjocoleman I think the embedding of env vars could be a good compromise. I could extend the script command to lookup for env vars. i.e. Syntax like `${env.HTTP_HOST}` or `${server.HTTP_HOST}`

@amenk Did you try this? ``` # Set baseurls ${my_base_url}=? config:set web/unsecure/base_url "${my_base_url}" ``` If variable is not set the script will prompt for an input. You can define the...

For documentation... we have already this for n98-magerun2: https://github.com/netz98/n98-magerun2/tree/develop/.github/workflows

This is currently not implement. The customer:create command is really basic. It does not support e.g. additionally created required customer attributes. I will be happy for every contribution.

Yes, good idea. At the moment we are only utilizing mysqldump. Feel free to send an PR :-)