Plugin:
asdf plugin add pkl
# or
asdf plugin add pkl https://github.com/chrisvander/asdf-pkl.git
pkl:
# Show all installable versions
asdf list-all pkl
# Install specific version
asdf install pkl latest
# Set a version globally (on your ~/.tool-versions file)
asdf global pkl latest
# Now pkl commands are available
pkl --help
Check asdf readme for more instructions on how to install & manage versions.
Contributions of any kind welcome! See the contributing guide.
See LICENSE © Christian van der Loo