Skip to content

serve

serve

The serve verb — run the clearance hub service.

Loaded only when terok-clearance-hub serve is the invoked verb, so the asyncvarlink hub stack in terok_clearance.hub.server stays off the import path of every other verb.

COMMAND = CommandDef(name='serve', help='Run the clearance hub (serves org.terok.Clearance1 varlink on a unix socket)', handler=_handle_serve) module-attribute