asdf
asdf copied to clipboard
Extendable version manager with support for Ruby, Node.js, Elixir, Erlang & more
**Is your feature request related to a problem? Please describe.** Users will install versions not listed in `list-all` for their tool assuming it will install the latest minor/patch for that...
**Describe the bug** For plugins that list their versions with a leading "v", the `latest` command will return nothing by default. This means when you run `plugin-test` (such as in...
As discussed here: https://github.com/asdf-vm/asdf/discussions/905 > should we introduce a warning to the user about always_keep_download = yes not working if the plugin does not contain a bin/download script? Please add...
Installed without failure, however when invoking I get: ``` asdf cat: /home/linuxbrew/.linuxbrew/VERSION: No such file or directory version: cat: /home/linuxbrew/.linuxbrew/help.txt: No such file or directory ``` Don't know what the...
I'm using ansible to bootstrap a development environment. Part of this process is installing asdf along with some plugins. Prior to installing a plugin, I run `asdf plugin list` to...
**Describe the bug** I am a frequent user of the Parity gem (https://github.com/thoughtbot/parity). The shims for these ruby commands don't seem to pick up newer versions of Ruby any longer....
**Is your feature request related to a problem? Please describe.** When writing plugins, it would be better if you could rely on the asdf commands for information such as where...
**Is your feature request related to a problem?** I am frustrated when I enter a directory containing a tool-version that is not installed and thus not used by asdf, then...
**Is your feature request related to a problem? Please describe.** It's related to an unclear portion of the documentation. **Describe the solution you'd like** On https://github.com/asdf-vm/asdf/edit/master/docs/core-configuration.md there is the following...
**Is your feature request related to a problem? Please describe.** Some projects (hi, java!) use names that cause some overflow on the `asdf current` command. ```bash metricmike@MTOWER:~/projects/dev-environment$ asdf current awscli...