teleport-ent plugin for the asdf version manager.
bash
,curl
,tar
: generic POSIX utilities.SOME_ENV_VAR
: set this environment variable in your shell config to load the correct version of tool x.
Plugin:
asdf plugin add teleport-ent
# or
asdf plugin add teleport-ent https://github.com/highb/asdf-teleport-ent.git
teleport-ent:
# Show all installable versions
asdf list-all teleport-ent
# Install latest version
asdf install teleport-ent latest
# Install specific version
asdf install teleport-ent 14.2.2
# Set a version globally (on your ~/.tool-versions file)
asdf global teleport-ent latest
# Set a version locally for the current directory and all sub-directories
# This will also create a .tool-versions file which can be checked in to source control.
asdf local teleport-ent 14.2.2
# Set a version for the current shell
asdf shell teleport-ent 14.2.2
# Now teleport-ent commands are available
tsh version
tctl version
teleport version
Check asdf readme for more instructions on how to install & manage versions.
When testing out version upgrades on Teleport, I frequently found myself jumping between tsh/tctl versions and decided that I didn't want to manage a bunch of symlinks manually so I made an asdf plugin.
I do not work for Gravitational so this does not come with any support guarantees, but please feel free to open a PR if you find a version that you need is missing or you need some functionality added.
Contributions of any kind welcome! See the contributing guide.
Thanks goes to these contributors!
See LICENSE © Brandon High