-
Hello! test.txt
main.cue
attempt: λ cue eval
test: {
contents: string
} |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
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.
-
This discussion has been migrated to cue-lang/cue#886. For more details about CUE's migration to a new home, please see cue-lang/cue#1078. |
Beta Was this translation helpful? Give feedback.
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.