https://github.com/mheers/cue-helper
CUE-Helper is a tool to help you manage your CUE files.
https://github.com/mheers/cue-helper
cue cuelang
Last synced: 4 months ago
JSON representation
CUE-Helper is a tool to help you manage your CUE files.
- Host: GitHub
- URL: https://github.com/mheers/cue-helper
- Owner: mheers
- License: mit
- Created: 2023-02-16T13:55:40.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-18T10:48:02.000Z (over 1 year ago)
- Last Synced: 2024-12-19T18:09:29.657Z (over 1 year ago)
- Topics: cue, cuelang
- Language: Go
- Homepage:
- Size: 39.1 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CUE-Helper
CUE-Helper is a tool to help you manage your [CUE](https://github.com/cue-lang/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.