From b74299ee9abb8404cb671195339a03564d62cfa7 Mon Sep 17 00:00:00 2001 From: Linus Date: Sat, 28 Dec 2024 22:25:17 +0100 Subject: [PATCH] feat: add myks cli (#550) --- myks.hcl | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 myks.hcl diff --git a/myks.hcl b/myks.hcl new file mode 100644 index 00000000..515f12fb --- /dev/null +++ b/myks.hcl @@ -0,0 +1,10 @@ +description = "Myks is a tool and a framework for managing the configuration of applications for multiple Kubernetes clusters. It helps to reuse, mutate, and share the configuration between applications and clusters." +binaries = ["myks"] +source = "https://github.com/mykso/myks/releases/download/v${version}/myks_${version}_${os}_${arch}.tar.gz" +test = "myks --version" + +version "4.2.6" { + auto-version { + github-release = "mykso/myks" + } +}