WP-CLI – W3 Commands on Multisite not working
-
The response always shows the following, but nothing gets flushed on any site in the network.
Success: Everything flushed successfully.
These are few of the CLI combinations I’ve tried so far..
wp w3-total-cache flush all –url=’https://siteone.com/’
wp w3-total-cache flush all –url=https://siteone.com/
wp w3-total-cache flush all –url=siteone.comNote- also tried adding --url parameter after wp but no change
wp –url=’https://siteone.com/’ w3-total-cache flush all –post_id=510
wp –url=https://siteone.com/ w3-total-cache flush all –post_id=510wp –url=’https://siteone.com/’ w3-total-cache flush post –post_id=510
wp –url=https://siteone.com/ w3-total-cache flush post –post_id=510wp w3-total-cache flush all –post_id=510
wp w3-total-cache flush all –permalink=https://siteone.com/perma-link/
wp w3-total-cache flush allCan anyone come up with a solution to make this work?
- The topic ‘WP-CLI – W3 Commands on Multisite not working’ is closed to new replies.