github.com/solo-io/cue@v0.4.7/internal/core/dep/testdata/composed.txtar (about) 1 -- in.cue -- 2 t1: {$id: "foo"} & { 3 ref: t1.stdout 4 cmd: ["sh", "-c", "echo hello"] 5 stdout: string 6 } 7 a: b: {$id: "foo"} & { 8 text: t1.stdout 9 } 10 -- out/dependencies/field -- 11 -- out/dependencies/all -- 12 t1.stdout 13 -- out/dependencies/dynamic -- 14 t1.stdout