Add the ability to install only particular tools
Open
- Dominant language
- JavaScript
- Stars
- 163
- Forks
- 50
- PR merge metrics
- No merged PRs in 30d
Description
Currently, the `install` command installs all the tools defined in `.tool-versions`.
In certain CI workflows, you may need only a subset of the tools. Allow installing only the specified tools.
Contributor guide
Research direction
Start by locating the implementation and tests for the `install` command, then trace how it reads `.tool-versions`. Check how CI workflows invoke the command. Done means callers can request only specified tools while the existing behavior of installing all defined tools remains unchanged.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github-actions, javascript
- Domain
- ci-cd
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100