Examples
# List all registered block types
$ wp block type list
# Get details about a specific block type
$ wp block type get core/paragraph --format=json
# List all core blocks
$ wp block type list --namespace=core
Subcommands
| Name | Description |
|---|---|
| wp block type exists | Checks whether a block type is registered. |
| wp block type get | Gets details about a registered block type. |
| wp block type list | Lists registered block types. |