A command line interface for WordPress
curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar wp search-replace 'http://localhost/sitio-de-desarollo' 'http://sitio-de-produccion.com/' php wp-cli.phar search-replace 'http://localhost/sitio-de-desarollo' 'http://sitio-de-produccion.com/'
Referencia: