-
Originally opened by @selfuryon in cuelang/cue#886 Hello! test.txt
main.cue
attempt: λ cue eval
test: {
contents: string
} |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Original reply by @mpvl in cuelang/cue#886 (comment) Basically, anything in the Note, though, that we are considering allowing statically importing non-CUE files, either through the import mechanism or through a special embed form. |
Beta Was this translation helpful? Give feedback.
Original reply by @mpvl in cuelang/cue#886 (comment)
Basically, anything in the
tool
directory is intended to be interpreted bycue cmd
(seecue help cmd
). To normal CUE this is just data. These methods are designed to be "dynamic" and thus are not hermetic and not suitable for normal CUE evaluation.Note, though, that we are considering allowing statically importing non-CUE files, either through the import mechanism or through a special embed form.