Image building and deploying should provide result to external tools #31736
Labels
area/devtools
Issues/PR related to maven, gradle, platform and cli tooling/plugins
kind/enhancement
New feature or request
Description
Currently operations like image building and deployment can be performed from multiple dev tools:
However, the result of these operations is only provided mingled with the build output. There is no clear result or error message in case of failures. This is especially evident in the case of gradle where users don't even see the build output and are left wondering.
We should provide so short result, that could be used to provide feedback to the user.
Implementation ideas
Similarly #31780 we should have a handler that processes the generated build items and populates the information that is to be consumed by the build tools.
The question is what kind of information should we display.
Image Building
Deployment
The text was updated successfully, but these errors were encountered: