archivebox.cli.archivebox_pluginmap

Module Contents

Functions

pluginmap

Show the current abx-dl event phases and their associated plugin hooks.

main

Data

EVENT_FLOW_DIAGRAM

API

archivebox.cli.archivebox_pluginmap.EVENT_FLOW_DIAGRAM = <Multiline-String>[source]
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 matching on_{EventFamily}__* scripts actually exist.

archivebox.cli.archivebox_pluginmap.main(**kwargs)[source]