sh 使用wp-cli设置一个WordPress网站进行beta测试。

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh 使用wp-cli设置一个WordPress网站进行beta测试。相关的知识,希望对你有一定的参考价值。

#!/usr/bin/env sh

# Install the Beta Tester plugin and set it to "Bleeding Edge" releases.
# Note: after installing plugin and setting the option, you may need to visit
# the site once before updating core version.

wp-beta() {
  wp plugin install wordpress-beta-tester --activate
  wp option set wp_beta_tester_stream unstable
  wp core update
  wp core version --extra
  }

wp-beta

以上是关于sh 使用wp-cli设置一个WordPress网站进行beta测试。的主要内容,如果未能解决你的问题,请参考以下文章

sh WordPress WP-CLI安装脚本

sh 使用WP-CLI在服务器上存储WordPress文件和数据库。

markdown 使用WP-CLI导出Wordpress数据库

WP-CLI 是不是与在 AWS Lightsail 上安装的 Bitnami 的 Wordpress 不兼容?

markdown 使用WP-CLI在服务器上存储WordPress文件和数据库。

sh 使用WP-CLI重新生成映像