You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/10/13 11:17:16 UTC

[GitHub] [arrow] raulcd commented on a diff in pull request #14345: ARROW-17953: [Archery] Add archery docker info command

raulcd commented on code in PR #14345:
URL: https://github.com/apache/arrow/pull/14345#discussion_r994511754


##########
dev/archery/archery/docker/cli.py:
##########
@@ -289,3 +289,26 @@ def docker_compose_images(obj):
     click.echo('Available images:')
     for image in compose.images():
         click.echo(f' - {image}')
+
+
+@docker.command('info')
+@click.argument('service_name')
+@click.option('--only', '-o', required=False,

Review Comment:
   I've updated to `-s` or `--show`



-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org