`asdf install` should exit with exit code of 0 when a tool version is set to uninstallable system version
Author: Stratus3DCreated Apr 17, 2026Updated Apr 17, 2026
asdf installstill returns a non-zero exit code withpostgres systemin my~/.tool-versions. I'd think it should only exit with a non-zero exit code when trying to install asystemversion directly, e.g.:asdf install postgres systemas in this test case:I think
asdf installshould skip over them and return success.Currently:
➜ asdf install [...] skipping uninstallable version system of postgres version [...] of ruby is already installed [...] ➜ echo $? 1 ➜ asdf install postgres system error installing version: uninstallable version system of postgres ➜ echo $? 1
Originally posted by @ZimbiX in #1930
Source: asdf-vm/asdf