geekpress / wp-rocket-cli
Add a `wp rocket` command to support the WP Rocket plugin
Installs: 5 482
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 37
Type:wp-cli-package
Requires
- php: >=5.3.0
This package is auto-updated.
Last update: 2024-10-30 01:37:11 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 additionalhtaccess
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 additionalhtaccess
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