📄️ wp transient list
List all WordPress transients stored in the database using WP-CLI — filter by expired status, expiration time, and more.
📄️ wp transient get
Retrieve the value of a WordPress transient from the database using WP-CLI.
📄️ wp transient set
Create or update a WordPress transient value with an expiration time using WP-CLI.
📄️ wp transient delete
Delete a specific WordPress transient from the database using WP-CLI.
📄️ wp transient delete-expired
Remove all expired WordPress transients from the database using WP-CLI — reduce database bloat without touching valid cached values.