andrewjmead / wpsites

A CLI for quickly spinning up WordPress sites
MIT License
17 stars 1 forks source link

Add caching of WordPress core #8

Closed andrewjmead closed 2 weeks ago

slaFFik commented 2 weeks ago

You use wp core download, it has it's own cache locally, and if the current version is the remote version - it won't even download it and will use the existing cached WP core zip.

That's in case I correctly understood your issue title :)

andrewjmead commented 2 weeks ago

You understood it perfectly! Thanks again, Slava.