Create a plugin for the Quarkus CLI that can list / trigger the jobs defined in the project.
iocanel opened this issue · 1 comments
iocanel commented
It would be nice if it was possible to list and trigger the jobs of a project from the cli.
At the moment in order to try out things, I either have to expose a job via rest or create a unit test that starts the job programatically.
A CLI plugin could make things simpler.
radcortez commented
Sounds reasonable. I'll have a look.