mise 2026.7.5

Dev tools, env vars, and tasks in one CLI
1
2
3
4
5
6
7
8
9
10
11
12
13
description = "K3k, Kubernetes in Kubernetes, is a tool that empowers you to create and manage isolated K3s clusters within your existing Kubernetes environment"
test = { cmd = "k3k --version", expected = "k3kcli version v{{version}}" }

[[backends]]
full = "github:rancher/k3k"

[backends.options]
asset_pattern = "k3kcli-{darwin_os}-{amd64_arch}"
bin = "k3k"
version_prefix = "v"

[[backends]]
full = "asdf:xanmanning/asdf-k3kcli"