plugins.BakeryToolPlugin

plugins.BakeryToolPlugin

Usage

Source

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

Source

execute(base_path, targets, **kwargs)

register_cli()

Register the plugin’s CLI commands with the given Typer app.

Usage

Source

register_cli(app)

results()

Display the results of the plugin’s execution and exit non-zero on failures.

Usage

Source

results(results)
Back to top