gws.server.cli

Command-line server commands.

Source code: gws.server.cli

Module Contents

class gws.server.cli.Params(*args, **kwargs)

Bases: gws.CliParams

CLI params

config: str | None

configuration file

manifest: str | None

manifest file

class gws.server.cli.Object

Bases: gws.Node

Configurable GWS object.

do_start(p: Params)

Configure and start the server.

do_reload(p: Params)

Restart the server.

do_reconfigure(p: Params)

Reconfigure and restart the server.

do_configure(p: Params)

Configure the server, but do not restart.

do_configtest(p: Params)

Test the configuration.