asdf-teleport-ent is an asdf and mise plugin for managing Teleport Enterprise CLI versions (tsh, tctl, teleport).

Built because I kept jumping between Teleport versions when testing upgrades and didn’t want to manage symlinks by hand. Works with both asdf and mise:

# asdf
asdf plugin add teleport-ent
asdf install teleport-ent 14.2.2
asdf set teleport-ent 14.2.2

# mise
mise plugin install teleport-ent
mise install teleport-ent@14.2.2
mise global teleport-ent@14.2.2

Plain shell — depends on nothing but bash, curl, and tar. Apache 2.0 licensed.