From 5c58d7bdb99d590cb81a03ac30eda3032df8fa19 Mon Sep 17 00:00:00 2001 From: Kent Huang Date: Thu, 5 Dec 2024 13:14:49 +0900 Subject: [PATCH] [Feature] DRC-916 Add debug option on command download-base-artifacts Signed-off-by: Kent Huang --- recce/cli.py | 1 + 1 file changed, 1 insertion(+) diff --git a/recce/cli.py b/recce/cli.py index 446e58c3..8cc7cf7d 100644 --- a/recce/cli.py +++ b/recce/cli.py @@ -674,6 +674,7 @@ def download_artifacts(**kwargs): envvar='RECCE_STATE_PASSWORD', required=True) @click.option('--force', '-f', help='Bypasses the confirmation prompt. Download the artifacts directly.', is_flag=True) +@add_options(recce_options) def download_base_artifacts(**kwargs): """ Download the base dbt artifacts from cloud