-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
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
quarkus cli plugin mechanism #18408
Comments
/cc @ebullient, @gsmet, @quarkusio/devtools |
idea from chatting with @iocanel : have the traditional convention to look for To allow version alignment of project and "plugins" a call to example for jbang-catalog (Not tested!) you could do:
|
After playing with it for a while and discussing with @maxandersen here are some additional thoughts
A working first attempt: https://github.com/iocanel/quarkus/tree/cli-extensions |
Resolved by: #31198 |
Description
add ability to do
quarkus someplugin (args)
that will lookup in PATH for quarkus-someplugin(.cmd) and quarkus-* jbang aliasesImplementation ideas
meachnism lets you write and deliver plugins independently.
Example of usecases:
quarkus upgrade
to detect and apoly changes,quarkus scaffold
/quarkus jhipster
for doing codegeneration actions.The text was updated successfully, but these errors were encountered: