Notable changes between releases.
- Allow unifying
content
andpath
based CUE expressions (#48)
- Update CUE from v0.4.3 to v0.5.0
- Add
expression
tocue_config
(#3)- Evaluate an expression instead of an entire config
- Add
dir
tocue_config
to set the loader- Pass a root dir to load and evaluate imports
- Add
cue_config
data source to evaluate CUE contents- Evaluate inline CUE
content
- Evaluate CUE files specified via
paths
list - Support
pretty_print
option (default false) - Render CUE values as JSON
- Evaluate inline CUE