cache-command icon indicating copy to clipboard operation
cache-command copied to clipboard

Manages object and transient caches.

Results 7 cache-command issues
Sort by recently updated
recently updated
newest added

Add commands for plucking and patching values from object cache and transient. Fixes #26

command:cache
command:transient

When I manually run the tests locally with SQLite, the following scenarios are failing: ``` 001 Scenario: Deleting all transients on single site # features/transient.feature:58 Then STDOUT should be: #...

command:transient
command:transient-delete
command:transient-list

Greetings. I just looked around the `wp cache type` command after seeing it returns "Unknown" in our WP instances running [WP Stash](https://github.com/inpsyde/WP-Stash). I think it would be pretty useful if...

good-first-issue
command:cache-type

It would be great to have `patch` and `pluck` commands for `wp cache` and `wp transient`. Prior art: https://github.com/wp-cli/entity-command/pull/65

command:cache
command:transient
good-first-issue

## Feature Request - [x] Yes, I reviewed the [contribution guidelines](https://make.wordpress.org/cli/handbook/contributing/). **Describe your use case and the problem you are facing** Flushing the entire cache can be expensive, and sometimes...

command:cache-flush

- Remove extra spaces in `cache patch` PHPDoc annotation - Specify default value for `expiration` argument in `transient patch` PHPDoc annotation