Register blocks types within a module or file.This makes the blocks available for configuration via the UI.
If a block type has already been registered, its registration will be updated to
match the block’s current definition.
block_create(block_type_slug: Annotated[str, cyclopts.Parameter(help='A block type slug. View available types with: prefect block type ls', show_default=False)])
Generate a link to the Prefect UI to create a block.