Skip to content

Commit

Permalink
feat: add myks cli (#550)
Browse files Browse the repository at this point in the history
  • Loading branch information
linusfr authored Dec 28, 2024
1 parent bffd875 commit b74299e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions myks.hcl
Original file line number Diff line number Diff line change
@@ -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"
}
}

0 comments on commit b74299e

Please sign in to comment.