Skip to content

Create gui commandlet #1724

@hohwille

Description

@hohwille

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    Status

    🆕 New

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions