From 5d394bbc5713ca6dd99b1516a06649d52cb4ea2a Mon Sep 17 00:00:00 2001 From: Ben Johnson Date: Tue, 5 Apr 2022 13:48:03 -0600 Subject: [PATCH] Document -addr flag on replicate command --- cmd/litestream/replicate.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cmd/litestream/replicate.go b/cmd/litestream/replicate.go index 708ca8b..9a8650b 100644 --- a/cmd/litestream/replicate.go +++ b/cmd/litestream/replicate.go @@ -221,6 +221,10 @@ Arguments: Executes a subcommand. Litestream will exit when the child process exits. Useful for simple process management. + -addr BIND_ADDR + Starts an HTTP server that reports prometheus metrics and provides + an endpoint for live read replication. (e.g. ":9090") + -no-expand-env Disables environment variable expansion in configuration file.