Describe the bug
currently if you run quarkus create app -x github-action you get an error:
quarkus create app -x github-action xyzdkdk
-----------
selected extensions:
- io.quarkiverse.githubaction:quarkus-github-action
[ERROR] ❗ Unable to create project: Error while rendering template: /codestarts/quarkus/quarkiverse-github-action-codestart/base/action.docker.tpl.qute.yml
not a lot of help.
Took me a while to remember -e existed.
so it would be great if that error message would have a hint like:
Run with -eto get stacktraces and/or--verbose for more detailed logging
Expected behavior
No response
Actual behavior
No response
How to Reproduce?
No response
Output of uname -a or ver
No response
Output of java -version
No response
GraalVM version (if different from Java)
No response
Quarkus version or git rev
No response
Build tool (ie. output of mvnw --version or gradlew --version)
No response
Additional information
No response
Describe the bug
currently if you run
quarkus create app -x github-actionyou get an error:not a lot of help.
Took me a while to remember
-eexisted.so it would be great if that error message would have a hint like:
Run with-eto get stacktraces and/or--verbosefor more detailed loggingExpected behavior
No response
Actual behavior
No response
How to Reproduce?
No response
Output of
uname -aorverNo response
Output of
java -versionNo response
GraalVM version (if different from Java)
No response
Quarkus version or git rev
No response
Build tool (ie. output of
mvnw --versionorgradlew --version)No response
Additional information
No response