mirror of
https://ghproxy.net/https://github.com/wp-cli/handbook.git
synced 2026-07-29 13:07:05 +08:00
239 B
239 B
wp post revision
Manages post revisions.
EXAMPLES
# Restore a post revision
$ wp post revision restore 123
Success: Restored revision 123.
# Show diff between two revisions
$ wp post revision diff 123 456