:tocdepth: 3 :py:mod:`gws.server.cli` ======================== .. py:module:: gws.server.cli .. autoapi-nested-parse:: Command-line server commands. **Source code:** :source:`gws.server.cli` Module Contents --------------- .. py:class:: Object Bases: :py:obj:`gws.Node` Configurable GWS object. .. py:method:: do_configtest(p: Params) Test the configuration. .. py:method:: do_configure(p: Params) Configure the server, but do not restart. .. py:method:: do_reconfigure(p: Params) Reconfigure and restart the server. .. py:method:: do_reload(p: Params) Restart the server. .. py:method:: do_start(p: Params) Configure and start the server. .. py:class:: Params(*args, **kwargs) Bases: :py:obj:`gws.CliParams` CLI params .. py:attribute:: config :type: Optional[str] configuration file .. py:attribute:: manifest :type: Optional[str] manifest file