-
Notifications
You must be signed in to change notification settings - Fork 786
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
[Feature Request] Separate "restrict to version X" and "install version X" functionalities #1765
Comments
asdf resolves tools in We do this in this repo.
when in the repository root,
Does this not do what you want? |
Not quite. The purpose of the proposed feature is to make it easier to keep versions consistent (i.e. all sub [Option 1] Specify version once in root
|
Is your feature request related to a problem? Please describe
User Story
asdf install
in the root of the repository: I only want installation to happen when users runasdf install
in a project sub-folder.Describe the proposed solution
Introduce two features:
noinstall
Following a version in a
.tool-versions
file, a user can addnoinstall
:This line is functionally skipped when running
asdf install
inherit
In place of a version in a
.tool-versions
file, a user can specifyinherit
:Since this doesn't have the
noinstall
flag, the parent version would be installed.Describe similar
asdf
features and why they are not sufficientasdf
doesn't have this functionality today.Describe other workarounds you've considered
.tool-versions
file. This is clumsy.The text was updated successfully, but these errors were encountered: