From f32d9d978ee6273c7b193360de2899e8f3fe737b Mon Sep 17 00:00:00 2001 From: Victor Hadianto Date: Mon, 22 Jul 2024 23:24:42 +1000 Subject: [PATCH] Updated `event-store` to `data-dir`. --- docs/reference/cli/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reference/cli/index.md b/docs/reference/cli/index.md index 8d870d2..4a2de56 100644 --- a/docs/reference/cli/index.md +++ b/docs/reference/cli/index.md @@ -44,9 +44,9 @@ sidebar_label: Flowpipe CLI - --event-store + --data-dir - Sets the event store database file. Flowpipe defaults to the `.flowpipe/flowpipe.db` file in the current mod directory. This argument allows you to specify a different file. + Sets the event store data directory. Flowpipe defaults to the `.flowpipe` directory in the current mod directory. This argument allows you to specify a different directory.