eighteen73 / wp-cli-tools

WP-CLI commands to assist our development workflow
1 stars 0 forks source link

[Sync] Flush permalinks on successful sync #14

Closed brettsmason closed 8 months ago

brettsmason commented 11 months ago

There have been a few issues recently with failed uploads or editor errors which have been down to permalinks needing to be flushed. I suggest we add wp rewrite flush to the sync scripts to hopefully alleviate this.

edjeavons commented 8 months ago

I've added a post-sync operation that runs all of the following, just to be extra thorough:

wp rewrite flush
wp transient delete --all
wp cache flush