wp-media/wp-rocket-cli

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

Installs: 55 755

Dependents: 1

Suggesters: 1

Security: 0

Stars: 73

Watchers: 17

Forks: 36

Open Issues: 23

Type:wp-cli-package

v1.3 2021-03-12 20:47 UTC

This package is auto-updated.

Last update: 2024-03-13 03:12:34 UTC


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