Request: Extend WP CLI to include fvm_purge_all()
-
As a user, I want to be able to trigger the fvm_purge_all() function via the WP CLI so I can use it to clear cache during automated deployments.
Context:
We have a couple projects that use the plugin now, but are hesitant to add it to others since it introduces manual work into our CI pipeline. Automating the deployment is preferable to logging into the WordPress dashboard to clear FVM’s cache after each deployment.Is there any chance of this happening? That would be great!
Thanks in advance!
Meta info for others that might be looking for the same thing:
WP_CLI::add_command()
https://wp-cli.org/#extending
https://github.com/wp-cli/scaffold-package-command
- The topic ‘Request: Extend WP CLI to include fvm_purge_all()’ is closed to new replies.