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.
Currently supported commands:
wp rocket activate
-- Set WP_CACHE to true.wp rocket deactivate
-- Set WP_CACHE to false.wp rocket clean --post_id=<post_id> --permalink=<permalink> --lang=<lang> --blog_id=<blog_id>
-- Purge cache files.wp rocket preload
-- Preload cache files.wp rocket regenerate --file=<file>
-- Regenerate .htaccess, advanced-cache.php or the WP Rocket config file.
If you're using WP-CLI v0.23.0 or later, you can install this package with:
wp package install geekpress/wp-rocket-cli
- Add
regenerate
command.
- Initial release