Skip to content

dunner do install commands to quick install tools globally #204

@agentmilindu

Description

@agentmilindu

Is your feature request related to a problem? Please describe.
We sometimes need a way to quickly install tools which we don't need in the long run. For example, when you get a project that needs Maven 3 to work, and if you know you are not going to use it after the current project, why install it on your machine permanently and why go through all the hassle in installing tools like this?.

Describe the solution you'd like
I should be able to quickly install tools with Dunner like below

dunner install <tool-docker-name>#
#eg:-
dunner install mvn

This should install Maven 3 Docker and bind to our bin path. Then when we run mvn it should be the Docker images that runs the given command.s

Describe alternatives you've considered
There are a few tools that do only this. But we can give this feature in Dunner as a convenience feature.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions