wp-sync-db / wp-sync-db-cli

Execute wp-sync-db migrations via WP-CLI
90 stars 41 forks source link

Add Support For Profile #11

Closed conatus closed 7 years ago

conatus commented 7 years ago

This adds support for adding profiles with the following command.

wp wpsdb create-profile Staging --remote-wordpress https://wordpress.example --token CUOu2t5kaVienGLUxAGhN4bvWh1FXqJA

It adds a bunch more options as well - see the source code.

conatus commented 7 years ago

My bad. This isn't quite ready yet to be merged upstream. Want to battle test it before we do. :)