zato start

Overview

Starts Zato components, such as servers. The command works any Zato component, including Dashboard, the load-balancer and scheduler.

By default, the component is started in background and can be stopped with zato stop. Alternatively, it can be started in foreground and can be stopped with Ctrl-C.

Starting a component in foreground is particularly convenient during development because, when it is started in foreground, all of its logs are written to screen for immediate inspection.

Usage examples

$ zato start ~/dev3/server
OK
$
$ zato start ~/dev3/server --fg
INFO - Starting Zato 3.2+rev.045097447-py3.8.0-ubuntu.20.04-focal
INFO - Listening at: http://0.0.0.0:17010
[...]