Skip to content

Commit

Permalink
Merge pull request #911 from InfuseAI/chore/sc-32292/add-code-comments
Browse files Browse the repository at this point in the history
[Document] Update cli.py to add some comments
  • Loading branch information
kentwelcome authored Oct 24, 2023
2 parents bf71b4a + a1fd553 commit a5d77ec
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions piperider_cli/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,10 @@ def dbt_select_option_builder():

]

# Quick Look (https://cloud.piperider.io/quick-look) is a public-facing page on PipeRider Cloud.
# Every user can paste the GitHub repo or PR URL, and PipeRider Cloud will analyze that URL by the CLI on the air.
# The reports on the Quick Look are default shared public with a limited time.
# PipeRider Cloud uses this feature flag to upload those reports to the Quick Look storage.
feature_flags = [
click.option('--enable-quick-look-share', envvar='PIPERIDER_ENABLE_QUICK_LOOK_SHARE',
is_flag=True, default=False, hidden=True, help='Enable share to Quick Look.')
Expand Down

0 comments on commit a5d77ec

Please sign in to comment.