Open jpluscplusm opened 8 months ago
A new 3-part concept guide explaining how to think about marshalling the CLI's evaluation space of its CUE, and its data inputs:
cue export file.cue data.yml
cue export file1.cue file2.cue
cue export -l staticLabel1 -l staticLabel2 file.cue data.yml
-l
--with-context
cue export .:package1 .package2
A new 3-part concept guide explaining how to think about marshalling the CLI's evaluation space of its CUE, and its data inputs:
Foundation
cue export file.cue data.yml
cue export file1.cue file2.cue
cue export -l staticLabel1 -l staticLabel2 file.cue data.yml
Detail
-l
params--with-context
cue export .:package1 .package2
Advanced