-
Notifications
You must be signed in to change notification settings - Fork 53
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Feature idea
As an IDEasy user, I want to have a simple commandlet to launch the dashboard.
For UX the most intuitive command would actually be
ide gui
this is shorter and IMHO more intuitive than ide dashboard.
Additional context
The commandlet should extend MvnBasedLocalToolCommandlet and via dependencies.json we should configure all versions to have java 25 as dependency.
Then we can run the gui via java -jar ....
What remains as a challenge is that we need all the dependencies of it.
To solve this in a generic way, we should use maven for that (download dependencies via POM, run via POM - maybe via mvn exec:java).
Code for that can be implemented in MvnBasedLocalToolCommandlet so it can be reused by other such commandlets later.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Type
Projects
Status
🆕 New