assignUser commented on code in PR #40949:
URL: https://github.com/apache/arrow/pull/40949#discussion_r1548337495
##########
dev/archery/archery/docker/cli.py:
##########
@@ -46,10 +46,19 @@ def _execute(self, *args, **kwargs):
callback=validate_arrow_sources,
help="Specify Arrow source directory.")
@click.option('--dry-run/--execute', default=False,
- help="Display the docker-compose commands instead of executing "
- "them.")
+ help="Display the docker commands instead of executing them.")
[email protected]('--using-docker-cli', default=False, is_flag=True,
Review Comment:
With docker-compose being deprecated, shouldn't we default to use docker
cli? That way using the deprecated, potentially outdated tool requires an
explicit opt-in.
--
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]