archivebox.cli.archivebox_pluginmap
Module Contents
Functions
Show the current abx-dl event phases and their associated plugin hooks. |
|
Data
API
- archivebox.cli.archivebox_pluginmap.pluginmap(show_disabled: bool = False, event: str | None = None, quiet: bool = False) dict[source]
Show the current abx-dl event phases and their associated plugin hooks.
This command reflects the new bus-driven runtime, not the legacy ArchiveBox state-machine executor. Event names are normalized to hook prefixes by stripping a trailing
Event, then ArchiveBox checks whether any matchingon_{EventFamily}__*scripts actually exist.