Clever Tools 3.11 is available with features flags and KV native support

Clever Tools 3.11 is available with features flags and KV native support

Effective on December 18, 2024·David Legrand
David Legrand
Hubert Sablonnière
Hubert Sablonnière

Clever Tools 3.11 is available. It includes some bug fixes and clever profile open commands. Most importantly, it introduces feature flags and KV native support. Thus, you can now enable some commands in alpha/beta status. First is clever kv which allows you to manage a Materia KV or Redis® database and send it commands without any dependencies:

clever addon create kv myKV
clever features enable kv
clever kv myKV SET myKey myValue
clever kv myKV GET myKey

You can learn more about clever kv in Clever Tools documentation or using clever features info kv. Next year we’ll introduce more experimental commands through features flags. Next to come is clever ng to manage our wireguard based Network Groups.

To upgrade Clever Tools, use your favorite package manager. For example with npm:

npm update -g clever-tools
clever version
Last updated on