Skip to content

Commit

Permalink
[Feature] DRC-916 Add debug option on command download-base-artifacts
Browse files Browse the repository at this point in the history
Signed-off-by: Kent Huang <[email protected]>
  • Loading branch information
kentwelcome committed Dec 5, 2024
1 parent 2316452 commit 5c58d7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions recce/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5c58d7b

Please sign in to comment.