We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
cue
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: