Skip to content

Commit

Permalink
feat: added the option to read the --force option from .env file
Browse files Browse the repository at this point in the history
  • Loading branch information
SteBaum committed Jun 10, 2024
1 parent 9c881ab commit bfc2d96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tdp/cli/params/plan/force_option.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ def force_option(func: FC) -> FC:
"""
return click.option(
"--force",
envvar="TDP_FORCE_PLAN_OVERRIDE",
is_flag=True,
help="Force overriding an existing deployment plan.",
)(func)

0 comments on commit bfc2d96

Please sign in to comment.