repositorypackage
0.0.0-20240729063026-885022497b1d
Repository: https://github.com/mheers/cue-helper.git
Documentation: pkg.go.dev
# README
CUE-Helper
CUE-Helper is a tool to help you manage your CUE files.
Why?
As stated in https://github.com/cue-lang/cue/issues/2170 we can not manipulate lists in CUE using the golang API.
This tool is a workaround to this problem. It allows you to manipulate lists in CUE files. It also simplifies getting and setting values - also directly in CUE strings.