blob: d6f9115d0b2937a9a7790ae98a46f7e9350997e2 [file] [log] [blame]
cue export .:foo example.org/bar:baz
cmp stdout expect-stdout
-- cue.mod/module.cue --
-- foo.cue --
package foo
a: 1
-- bar.cue --
package bar
b: 1
-- expect-stdout --
{
"a": 1
}
{
"c": 1
}
-- cue.mod/gen/example.org/bar/bar.cue --
package baz
c:1