Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dunner do install commands to quick install tools globally #204

Open
agentmilindu opened this issue Mar 22, 2020 · 0 comments
Open

dunner do install commands to quick install tools globally #204

agentmilindu opened this issue Mar 22, 2020 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@agentmilindu
Copy link
Contributor

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.

@agentmilindu agentmilindu added this to the v3.0.0 milestone Mar 22, 2020
@agentmilindu agentmilindu added the enhancement New feature or request label Mar 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant