harp.commandline.utils.manager

Inheritance diagram of harp.commandline.utils.manager

class HonchoManagerFactory[source]

Bases: object

__init__(*, proxy_options=(), dashboard_devserver_port=None)[source]
build(processes, /, *, more_env=None)[source]
commands = {'harp:dashboard': <function HonchoManagerFactory._get_dashboard_executable>, 'harp:docs': <function HonchoManagerFactory._get_docs_executable>, 'harp:server': <function HonchoManagerFactory._get_server_executable>, 'harp:ui': <function HonchoManagerFactory._get_ui_executable>}
defaults = {'harp:dashboard', 'harp:server'}
frontend_source_path: str = '/home/docs/checkouts/readthedocs.org/user_builds/harp-proxy/checkouts/latest/harp_apps/dashboard/frontend'
get_honcho_manager_factory_type()[source]
parse_server_subprocesses_options(server_subprocesses)[source]
quote(x)[source]