这听起来像是一个完美的用例WP CLI, 您只需要SSH访问,许多主要主机现在都提供了SSH访问。您所要求的许多功能都是现成的。对于其他用户,您应该能够创建自定义WP CLI命令。
文档中的一些示例:
# Install the latest version from wordpress.org and activate
$ wp plugin install bbpress --activate
# Install the latest version of a theme from wordpress.org and activate
$ wp theme install twentysixteen --activate
# Create post with content from given file
$ wp post create ./post-content.txt --post_category=201,345 --post_title=\'Post from file\'
Ivelina Dimova刚刚
great lightning talk 关于WordCamp Europe的WP CLI,尽管我现在还没有在线找到演示文稿。