CLI - introduce clean command #30774
Labels
area/cli
Related to quarkus cli (not maven/gradle/etc.)
area/jbang
Issues related to when using jbang.dev with Quarkus
kind/enhancement
New feature or request
Milestone
Description
Introduce clean command for CLI.
ATM CLI has commands
build
,dev
,test
, ... But there is noclean
command.As a workaround I run
mvn clean
to get fresh start, e.g. when running dev mode and changing Quarkus version.I think clean could be invoked for maven and gradle, not sure about JBang.
For JBang based app there is no
quarkus dev
support for it, so maybe similar error message approach could be used.Implementation ideas
No response
The text was updated successfully, but these errors were encountered: