Skip to content

backend

CLI handler for the backend service

Attributes

Classes

Backend

Backend(config: str | None = None)

Bases: BaseCLI

Eleanor framework backend API service launcher

CLI base class

Warning

An odd behavior with Fire has been observed where subclasses of BaseCLI take override __init__ and take parameters caus Fire to incorrectly identify self as a required CLI argument.

Parameters:

  • config (str, default: None ) –

    Path to configuration file

Functions

api
api()

Start the backend API service

jobs
jobs()

Start the backend jobs service

name classmethod
name() -> str

Functions