From 9ad595a5da5df1161973e8550a4c82876bc912df Mon Sep 17 00:00:00 2001 From: rashidakanchwala <37628668+rashidakanchwala@users.noreply.github.com> Date: Wed, 27 Nov 2024 09:59:58 +0000 Subject: [PATCH] Update cli-docs.md Signed-off-by: rashidakanchwala <37628668+rashidakanchwala@users.noreply.github.com> --- docs/source/cli-docs.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/cli-docs.md b/docs/source/cli-docs.md index 902771028..0b21857d3 100644 --- a/docs/source/cli-docs.md +++ b/docs/source/cli-docs.md @@ -44,10 +44,10 @@ kedro viz run [OPTIONS] - Whether to open the Kedro Viz interface in the default browser. The browser will open if the host is `localhost`. Defaults to `True`. - `--load-file ` - - Path to load Kedro Viz data from a [directory]((#kedro-viz-directory-structure-when-you-save-it-as-a-file). If provided, Kedro Viz will load the visualisation data from this path instead of generating it from the pipeline + - Path to load Kedro Viz data from a [directory](#kedro-viz-directory-structure-when-you-save-it-as-a-file). If provided, Kedro Viz will load the visualisation data from this path instead of generating it from the pipeline - `--save-file ` - - Path to save Kedro Viz data to a [directory]((#kedro-viz-directory-structure-when-you-save-it-as-a-file). If provided, the visualisation data will be saved to this path for later use. + - Path to save Kedro Viz data to a [directory](#kedro-viz-directory-structure-when-you-save-it-as-a-file). If provided, the visualisation data will be saved to this path for later use. - `--pipeline, -p ` - Name of the registered pipeline to visualise. If not set, the default pipeline is visualised.