Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 399 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 399 Bytes

CUE-Helper

CUE-Helper is a tool to help you manage your CUE files.

Why?

As stated in cue-lang/cue#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.