I’ll introduce how to install and manage multiple versions of k6 using the asdf plugin asdf-k6.
Background: Managing k6 Versions with asdf
I needed to install k6 on M1 macOS, and decided to use asdf-k6 for managing multiple versions.
Preparation: Installing asdf
First, complete asdf のインストール [M1 macOS 編].
Installing the asdf-k6 Plugin
asdf plugin add k6
List Available k6 Versions with asdf-k6
asdf list-all k6
Installing k6 with asdf
asdf install k6 latest
asdf list k6
0.41.0
That’s all from the Gemba.