Sign in
cue
/
cue
/
d5041a1df187609d00a1ba846d06a586eaa1f503
/
.
/
cmd
/
cue
/
cmd
/
testdata
/
script
/
import_match.txt
blob: 833920409023dc27f446dda97c912c49d62505bf [
file
] [
log
] [
blame
]
cue import -p uni --with-context -l 'path.Ext(filename)' -n '.*uni.yml' ./...
cmp uni.cue out/expect-uni.cue
-- uni.yml --
hello: world
-- service.yaml --
x: foobie
-- out/expect-uni.cue --
package uni
".yml": hello: "world"