Skip to content

Commit

Permalink
[Update] Move comment to other place
Browse files Browse the repository at this point in the history
Signed-off-by: Kent Huang <[email protected]>
  • Loading branch information
kentwelcome committed Oct 24, 2023
1 parent a09d21b commit 2cf3fb6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions piperider_cli/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,11 @@ 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 = [
# 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.
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 2cf3fb6

Please sign in to comment.