c10b10 / wp-cli-deploy

A WP-Cli command that allows you to deploy the local database or uploads directory to a remote server using ssh.
173 stars 25 forks source link

Add support for safe mode #4

Open c10b10 opened 10 years ago

c10b10 commented 10 years ago

When safe mode is activated, no destructive actions should be performed.

This means that for each of the pull subcommands, the files will only be pulled in the working directory but they will not replace the WordPress instance files.