# List all registered block styles
$ wp block style list
# List styles for a specific block
$ wp block style list --block=core/button
# Get details about a specific style
$ wp block style get core/button outline
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.