geekpress/wp-rocket-cli 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

geekpress/wp-rocket-cli

最新稳定版本:1.0

Composer 安装命令:

composer require geekpress/wp-rocket-cli

包简介

Add a `wp rocket` command to support the WP Rocket plugin

README 文档

README

This repository contains a WP-CLI command for the WP Rocket plugin. After installing this plugin, you will have access to a wp rocket command.

Supported commands

  • wp rocket activate-cache --htaccess=<true|false> -- Set WP_CACHE to true and clean WP Rocket cache. To also update the htaccess on Apache, use the additional htaccess parameter.
  • wp rocket deactivate-cache --htaccess=<true|false> -- Set WP_CACHE to false and clean WP Rocket cache. To also update the htaccess on Apache, use the additional htaccess parameter.
  • wp rocket clean --post_id=<post_id> --permalink=<permalink> --lang=<lang> --blog_id=<blog_id> -- Purge cache files.
  • wp rocket clean --confirm -- Purge cache files without prompting for confirmation (usefull for automation tools/scripts)
  • wp rocket preload -- Preload cache files.
  • wp rocket regenerate --file=<file> -- Regenerate .htaccess, advanced-cache.php or the WP Rocket config file.
  • wp rocket regenerate --file=config --nginx=true -- regenerate the config file on Nginx hosts.
  • wp rocket cdn --enable=<enable> --host=<host> --zone=<zone> -- Enable / Disable CDN with the specified host and zone.
  • wp rocket export -- Exports the WP Rocket settings as a json file to the current directory.
  • wp rocket import --file=settings.json -- Imports the settings contained in the provided json file.

Installing

If you're using WP-CLI v0.23.0 or later, you can install this package with:

wp package install wp-media/wp-rocket-cli

统计信息

  • 总下载量: 5.63k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 38
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-05-21