Examples
# List all templates
$ wp block template list
# List template parts for the header area
$ wp block template list --type=wp_template_part --area=header
# Get a specific template
$ wp block template get twentytwentyfour//single
Subcommands
| Name | Description |
|---|---|
| wp block template export | Exports a block template to a file. |
| wp block template get | Gets details about a block template. |
| wp block template list | Lists block templates or template parts. |