potiuk commented on a change in pull request #21145: URL: https://github.com/apache/airflow/pull/21145#discussion_r815433421
########## File path: dev/breeze/src/airflow_breeze/breeze.py ########## @@ -75,19 +111,78 @@ def version(): @option_verbose [email protected]() -def shell(verbose: bool): [email protected]( + context_settings=dict( + ignore_unknown_options=True, + allow_extra_args=True, + ), +) +@option_python_version +@option_backend [email protected]('--integration', type=click.Choice(ALLOWED_INTEGRATIONS), multiple=True) [email protected]('-L', '--build-cache-local', is_flag=True) [email protected]('-U', '--build-cache-pulled', is_flag=True) [email protected]('-X', '--build-cache-disabled', is_flag=True) [email protected]('--production-image', is_flag=True) Review comment: Correct. This will be spearate command ("build-prod-image"). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
