wp-cli-deploy
wp-cli-deploy copied to clipboard
Push db now uses wp db import instead of mysql shell
I think using wp-cli is using over mysql. The plugin doesn't require the remote database settings for pushing the db anymore.
That's a good improvement, but I'd like to also support servers without WP-Cli installed on them. Will merge this and add this behavior under a flag unless you want to give it a shot.