Luke Rodgers

Results 123 comments of Luke Rodgers

All of these kinds of things are possible @norgeindian We have a flag for `--vendor-namespaces` so something like `--exclude-vendor-namespaces` could perhaps take `hyva` ? For the theme fallback currently we...

@norgeindian So for hyva it would be like 1. we need to pretend that the magento themes don't exist at all (except for adminhtml) 2. the hyva theme would not...

Right interesting. Currently the tool works without connecting to the DB which I find useful for having it in CI so I'll have a think upon this. Is this theme...

Thanks for the `isHyva` @Vinai :) exactly what I was wondering how to implement

Thanks @markshust Looking at the code I believe it _should_ be an issue, but it was so long ago on a project that is no longer active. Thought i'd raise...

@cmuench yes thats what I was thinking which makes the sql syntax a bit difficult. For now i will use magento core `config:show` and try to remember a little `grep...

@cmuench Spotted this and wonder if you have come across this before? http://cfajohnson.com/shell/cus-faq-2.html#Q11 Might be useful, may still produce a dump file but allow you to get the exit code...

🙈 Maybe it's a case of doing it in multiple processes / steps? ```bash mysqldump --single-transaction --quick -h'db' -u'db' --password='db1' 'db' > db.sql.tmp # if exit code !=0 delete db.sql.tmp...