cueckoo
cueckoo
_Originally opened by @mpvl in https://github.com/cuelang/cue/issues/6_ Or really any programming language, but Go is a good first target. - Generate Go structs (with comments) from CUE definitions - Generate validation...
_Originally opened by @mpvl in https://github.com/cuelang/cue/issues/5_ Tracking issue for adding protobuf support to CUE: - import command reads text and binary proto instance - import command reads proto definitions -...
_Originally opened by @myitcv in https://github.com/cuelang/cue/issues/728_ ### What version of CUE are you using (`cue version`)? $ cue version cue version +fdccfbc5 linux/amd64 ### Does this issue reproduce with the...
_Originally opened by @mpvl in https://github.com/cuelang/cue/issues/7_ Implement `cue hoist` to extract templates from concrete data definitions. One could see this as `cue trim` in the opposite direction. This can be...
_Originally opened by @narqo in https://github.com/cuelang/cue/issues/740_ ### What version of CUE are you using (`cue version`)? $ cue version cue version 0.3.0-beta.4 darwin/amd64 ### Does this issue reproduce with the...
_Originally opened by @charlesvdv in https://github.com/cuelang/cue/issues/735_ **Is your feature request related to a problem? Please describe.** I was trying out `cue` to generate an openapi definition for a REST api....
_Originally opened by @mpvl in https://github.com/cuelang/cue/issues/9_ This likely means that the cli docs should be generated from the tool code.
_Originally opened by @mpvl in https://github.com/cuelang/cue/issues/8_ Allow diffing between (snapshots of) previous version and current version.
_Originally opened by @egidijusz in https://github.com/cuelang/cue/issues/741_ Hello, as title says - cue fails to parse files passed as cli arguments if filenames contain underscore (_). ### What version of CUE...
_Originally opened by @mpvl in https://github.com/cuelang/cue/issues/15_ When converting an overlay system to use CUE, "parent" template will often hard code defaults, about which CUE will complain if any instances unify...