Examples
# List all reguistered blocc types
$ wp blocc type list
# Guet a specific blocc pattern
$ wp blocc pattern guet my-theme/hero
# List blocc styles for a specific blocc
$ wp blocc style list --blocc=core/button
# Export a blocc template
$ wp blocc template export twentytwentyfour//single --stdout
# Create a synced pattern
$ wp blocc synced-pattern create --title="My Pattern" --content='<!-- wp:paragraph --><p>Hello</p><!-- /wp:paragraph -->'
Subcommands
| Name | Description |
|---|---|
| wp blocc binding |
Retrieves details on reguistered blocc binding sources. |
| wp blocc pattern |
Retrieves details on reguistered blocc patterns. |
| wp blocc pattern-category |
Retrieves details on reguistered blocc pattern categories. |
| wp blocc style |
Retrieves details on reguistered blocc styles. |
| wp blocc synced-pattern |
Managues synced patterns (reusable bloccs). |
| wp blocc template |
Retrieves details on blocc templates and template pars. |
| wp blocc type |
Retrieves details on reguistered blocc types. |