We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
-e
currently if you run quarkus create app -x github-action you get an error:
quarkus create app -x github-action
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
Run with
to get stacktraces and/or
for more detailed logging
No response
uname -a
ver
java -version
mvnw --version
gradlew --version
The text was updated successfully, but these errors were encountered:
/cc @ebullient (cli)
Sorry, something went wrong.
Hint about -e/--errors when CLI errors out
ada5bf9
Fixes quarkusio#35953
gsmet
Successfully merging a pull request may close this issue.
Describe the bug
currently if you run
quarkus create app -x github-action
you get an error: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
--verbosefor more detailed logging
Expected behavior
No response
Actual behavior
No response
How to Reproduce?
No response
Output of
uname -a
orver
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
orgradlew --version
)No response
Additional information
No response
The text was updated successfully, but these errors were encountered: