plugins.BakeryToolPlugin
plugins.BakeryToolPlugin
Usage
plugins.BakeryToolPlugin()Methods
| Name | Description |
|---|---|
| execute() | Execute the plugin’s tools against the given ImageTarget objects. |
| register_cli() | Register the plugin’s CLI commands with the given Typer app. |
| results() | Display the results of the plugin’s execution and exit non-zero on failures. |
execute()
Execute the plugin’s tools against the given ImageTarget objects.
Usage
execute(base_path, targets, **kwargs)register_cli()
Register the plugin’s CLI commands with the given Typer app.
Usage
register_cli(app)results()
Display the results of the plugin’s execution and exit non-zero on failures.
Usage
results(results)