-
Notifications
You must be signed in to change notification settings - Fork 4
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
Install versioned tools via asdf
#350
Comments
smoyer64
changed the title
Install
Install versioned tools via Sep 9, 2022
asdf
and asdf-golang
asdf
This was referenced Sep 10, 2022
smoyer64
added a commit
that referenced
this issue
Sep 10, 2022
smoyer64
added a commit
that referenced
this issue
Sep 10, 2022
smoyer64
added a commit
that referenced
this issue
Sep 15, 2022
btw. you can also use tenv that support Terraform as well as OpenTofu (and Terragrunt :) ) in one tool. It allow you to simplify version management and can do much more, than tfswitch. |
Most tools should be versioned per-project rather than installed globally. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As they provide a clean way to manage the tool versions being used on a project-by-project basis with a global fallback. This also deprecates the original way of installing these tools, so the original method of installing each tool should be removed.
The tools to manage via
asdf
should be:See https://github.com/asdf-vm/asdf and run the following command to see the list of available plugins:
New tools:
The text was updated successfully, but these errors were encountered: