jorisvandenbossche commented on issue #43669:
URL: https://github.com/apache/arrow/issues/43669#issuecomment-2326356680
I will look into adding that to the dev docs.
But the CLI help, it is actually kind of documented in the top-level one:
```
$ archery -h
Usage: archery [OPTIONS] COMMAND [ARGS]...
Apache Arrow developer utilities.
See sub-commands help with `archery <cmd> --help`.
Options:
--debug Increase logging with debugging output.
...
```
assuming those options listed are available for all subcommands.
But when you are looking at the specific options for docker build, that
doesn't show up, so it is easy to miss:
```
$ archery docker build --help
Usage: archery docker build [OPTIONS] IMAGE
Execute docker-compose builds.
Options:
--force-pull / --no-pull Whether to force pull the image and its
ancestor images
--use-cache / --no-cache Whether to use cache when building the
image
and its ancestor images
--use-leaf-cache / --no-leaf-cache
Whether to use cache when building only the
(leaf) image passed as the argument. To
disable caching for both the image and its
ancestors use --no-cache option.
-h, --help Show this message and exit.
```
--
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]