We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfe1783 commit 3559578Copy full SHA for 3559578
cmd/cue/cmd/help.go
@@ -252,6 +252,9 @@ Files containing multiple documents cannot be embedded directly.
252
For NDJSON or multi-document YAML files, embed as type=text
253
and use APIs like yaml.Extract to decode as a list.
254
255
+For security reasons, only files contained in the same module
256
+can be embedded. Embedding is forbidden when outside a module.
257
+
258
Note that embedding CUE files is not supported at this time.
259
260
For the time being, embedding support can still be disabled via
0 commit comments