plesty.server.cli ================= .. py:module:: plesty.server.cli .. autoapi-nested-parse:: Command-line entry point ``plesty-server``. The headless face of the bench: ``install``/``start``/``stop``/``status``/ ``log``/``field-test`` for one device and ``fleet up|down|status`` for a whole ``fleet.yaml``. Commands drive the :class:`~plesty.server.presenter.Bench` presenter — the same code paths the GUI takes, minus the view. Submodules ---------- .. toctree:: :maxdepth: 1 /reference/plesty/server/cli/main/index Functions --------- .. autoapisummary:: plesty.server.cli.app Package Contents ---------------- .. py:function:: app(ctx: click.Context, home_arg: str | None, fleet_arg: str | None, quiet: bool) -> None Install, launch and supervise PLESTY device servers on this bench.