Proactively download and cache core, theme, and plugin files for later installation.
Quick links: Using | Installing | Support
This package implements the following commands:
Proactively download and cache WordPress core.
wp precache core [--version=<version>] [--locale=<locale>]
OPTIONS
[--version=<version>]
Specify the version to cache.
[--locale=<locale>]
Specify the language to cache.
Proactively download and cache one or more WordPress plugins.
wp precache plugin [<plugin>...] [--version=<version>]
OPTIONS
[<plugin>...]
One or more plugins to proactively cache.
[--version=<version>]
Specify the version to cache.
Proactively download and cache one or more WordPress themes.
wp precache theme [<theme>...] [--version=<version>]
OPTIONS
[<theme>...]
One or more themes to proactively cache.
[--version=<version>]
Specify the version to cache.
Installing this package requires WP-CLI v0.23.0 or greater. Update to the latest stable release with wp cli update
.
Once you've done so, you can install this package with wp package install runcommand/precache
.
This WP-CLI package is free for anyone to use. Support, including usage questions and feature requests, is available to paying runcommand customers.
Think you’ve found a bug? Before you create a new issue, you should search existing issues to see if there’s an existing resolution to it, or if it’s already been fixed in a newer version. Once you’ve done a bit of searching and discovered there isn’t an open or fixed issue for your bug, please create a new issue with description of what you were doing, what you saw, and what you expected to see.
Want to contribute a new feature? Please first open a new issue to discuss whether the feature is a good fit for the project. Once you've decided to work on a pull request, please include functional tests and follow the WordPress Coding Standards.
runcommand customers can also email support@runcommand.io for private support.