megane9988
8/17/2016 - 1:12 AM

WP CLIを利用して、コア、プラグイン、テーマ、翻訳ファイルをアップデートする ref: http://qiita.com/megane9988/items/9505cf091e8ee102025f

WP CLIを利用して、コア、プラグイン、テーマ、翻訳ファイルをアップデートする ref: http://qiita.com/megane9988/items/9505cf091e8ee102025f

git reset --hard HEAD && wp core update && wp plugin update --all && wp theme update --all && wp core language update && git add -A && git commit -m "update all" && git push origin master
Success: WordPress install verifies against checksums.
$ wp core verify-checksums
$ wp search-replace '元のドメイン' '置換後のドメイン' --export=hogehoge.sql
wp core update && wp plugin update --all && wp theme update --all && wp core language update
$ wp db export hogehoge.sql
$ wp cli version
WP-CLI 0.24.1