timoni

Package manager for Kubernetes using CUE language for configuration.

brewmacoslinux
Try with needOr install directly
Source

About

Package manager for Kubernetes, powered by CUE and inspired by Helm

Commands

timoni

Examples

install an application into kubernetes cluster$ timoni apply -f ./app ./my-namespace
list all installed packages in a namespace$ timoni list -n my-namespace
preview kubernetes manifests before applying$ timoni build ./app -n my-namespace
remove an installed application from cluster$ timoni delete my-app -n my-namespace
update package to latest version$ timoni upgrade my-app ./new-version -n my-namespace