jorpilo / asdf-teleport

asdf-vm plugin for tsh client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

asdf-teleport Build Lint

teleport|tsh plugin for the asdf version manager.

Contents

Dependencies

  • bash, curl, tar, jq and POSIX utilities.
  • ASDF_OS: set this environment variable in your shell config to install a different OS version of the tool
  • ASDF_ARCH: set this environment variable in your shell config to install a different ARCH version of the tool

Install

Plugin:

asdf plugin add teleport
# or
asdf plugin add teleport https://github.com/jorpilo/asdf-teleport.git

tsh:

# Show all installable versions
asdf list-all teleport

# Install specific version
asdf install teleport latest

# Set a version globally (on your ~/.tool-versions file)
asdf global teleport latest

# Now tsh commands are available
tsh version

Check asdf readme for more instructions on how to install & manage versions.

Contributing

Contributions of any kind welcome! See the contributing guide.

Thanks goes to these contributors!

License

See LICENSE © Jorge Pinilla López

About

asdf-vm plugin for tsh client

License:Other


Languages

Language:Shell 100.0%