# 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
Command documentation is regenerated at every release. To add or update an example, please submit a pull request against the corresponding part of the codebase.