Examples
# List all registered block patterns
$ wp block pattern list
# Get details about a specific pattern
$ wp block pattern get core/query-standard-posts --format=json
# List patterns in a specific category
$ wp block pattern list --category=featured
Subcommands
| Name | Description |
|---|---|
| wp block pattern get | Gets details about a registered block pattern. |
| wp block pattern list | Lists registered block patterns. |