Managing multiple decK versions locally with Kong decK Version Manager (DVM)
Introduction While working on local API gateway projects, switching between multiple versions of the decK tool can be a hassle. While in automation setups or CI/CD pipelines, you often specify a specific decK version, DVM is designed specifically to make local development easier. With a few simple commands, you can install, switch, and list decK versions locally as needed. Motivation I developed DVM while working on a customer upgrade project where I had to validate API gateway configurations across multiple versions of Kong and decK....