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"