All Projects → wp-media → wp-rocket-cli

wp-media / wp-rocket-cli

Licence: other
WP CLI interface for the WP Rocket plugin

Programming Languages

PHP
23972 projects - #3 most used programming language

WP CLI interface for WP Rocket

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].