mirror of
https://ghproxy.net/https://github.com/wp-cli/handbook.git
synced 2026-07-30 13:17:21 +08:00
16 lines
239 B
Markdown
16 lines
239 B
Markdown
# 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
|
|
|
|
|
|
|
|
|