royteeuwen opened a new pull request, #51: URL: https://github.com/apache/sling-org-apache-sling-committer-cli/pull/51
Follow-up to #41: three references to the old `apache/sling-cli` image were left behind. The one that actually affects users is **`CommandProcessor`** — it sets picocli's program name, so *every* usage message the tool prints tells the reader to run an image that no longer exists: ``` Usage: docker run -it --env-file=./docker-env apache/sling-cli [COMMAND] ``` `run.sh` had the same problem, and two README examples were missed because they were added in #40 while the rename was in flight. Verified: full build green (175 tests). The `.sling-cli` directory name used for the site checkout is deliberately left alone — it is the tool's own state directory, not the 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]
