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

Make asdf compatible when writing tool names to .tool-versions #1522

Closed
naotama2002 opened this issue Jan 25, 2024 · 0 comments
Closed

Make asdf compatible when writing tool names to .tool-versions #1522

naotama2002 opened this issue Jan 25, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@naotama2002
Copy link

naotama2002 commented Jan 25, 2024

When I run mise local {golang|go|nodejs|node} x.xx.x, it writes go x.xx.x or node x.xx.x in .tool-versions, I want you to write golang x.xx.x or nodejs x.xx.x.

Go / Nodejs in .tool-version is expected to be written as golang / nodejs, e.g. Renovate's asdf manager can't handle go / node correctly. if you can match asdf plugin spec, we will use mise Everyone is happy.

command

$ mise local golang 1.21.6
$ mise local nodejs 20.11.0

now

.tool-versions

go 1.21.6
node 20.11.0

request

.tool-versions

golang 1.21.6
nodejs 20.11.0
@naotama2002 naotama2002 added the enhancement New feature or request label Jan 25, 2024
@jdx jdx closed this as completed in 14fb790 Jan 27, 2024
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