Examples
# List all synced patterns
$ wp block synced-pattern list
# Create a synced pattern
$ wp block synced-pattern create --title="My Pattern" --content='<!-- wp:paragraph --><p>Hello</p><!-- /wp:paragraph -->'
# Delete a synced pattern
$ wp block synced-pattern delete 123
Subcommands
| Name | Description |
|---|---|
| wp block synced-pattern create | Creates a synced pattern. |
| wp block synced-pattern delete | Deletes one or more synced patterns. |
| wp block synced-pattern get | Gets details about a synced pattern. |
| wp block synced-pattern list | Lists synced patterns. |
| wp block synced-pattern update | Updates a synced pattern. |