wp-cli-deploy
wp-cli-deploy copied to clipboard
A WP-Cli command that allows you to deploy the local database or uploads directory to a remote server using ssh.
Prepend the URL scheme. Check that 'path' is set in the `$url_parts` array before appending it. Sanitize the URL before returning it. Related #19
I get this error when I try to use your package...
Trying to push to production. Does this just mean my database host is wrong? ``` bash $ wp deploy push production --what=db Success: Exported a local backup of the database...
the param `--network` of `wp search-replace` do not change tables if not registered on wpdb. Since `wp-cli version 0.19.0` there is a param `--all-tables`: change param `--network` to new param...
Just wondering how this handles subdomain multisite installs, particularly when doing a push or pull of the database? For instance, if I set `%%ENV%%_URL` to my main site URL e.g....
The deploy process fails with a "No such file or directory" if the file path for the working directory has a space somewhere on a folder name.
I think using wp-cli is using over mysql. The plugin doesn't require the remote database settings for pushing the db anymore.
By default all rsync commands [ignore all folders named cache](https://github.com/c10b10/wp-cli-deploy/blob/master/helpers.php#L10), this breaks at least one plugin I know of and I'm sure may cause problems with many more. I've not...
Add a way of defining custom local and remote paths pairs that work with the push / pull subcommands. Every push & pull would check for the existence of a...