Managing tools version using asdf
Since my job is mainly related to cloud stuff, I need to change tools version multiple time. Some tools like kubectl, istioctl, and helm have multiple version and behave different between the version. Changing version of these tools is not easy and repetitive task.
asdf is a command provided to manage many tools like them. Do automatic download and changing version is a second. You can check official documentation of asdf. I will copy some of the installation for zsh.
Installation
- Clone asdf repository
- Update zsh
- Reload zsh
Documentation
- to list all tools that installed or already available in your system
- Adding plugin
- Download plugin
- Set spesific plugin version to global
Written on May 30, 2020