Skip to content
This repository has been archived by the owner on Nov 18, 2021. It is now read-only.

How do you use export --list? #800

Answered by verdverm
uhthomas asked this question in Q&A
Discussion options

You must be logged in to vote

see cue flags

To handle multi-document files, such as JSON Lines or YAML
files with document separators (---), the user must specify
a the --path, --list, or --files flag.
The --path flag merges each element into a single package as
if each element was defined in a separate file. The --list flag
concatenates each entry in a file into a list.
Using --list flag in combination with the --path flag
concatenates entries with the same path into a list, instead of
unifying them.
Finally, the --files option causes each entry to be written to
a different file. The -files flag may only be used in
combination with the import command.

--list looks to work with data files that are merged with Cue, mo…

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
3 replies
@uhthomas
Comment options

@verdverm
Comment options

@uhthomas
Comment options

Answer selected by uhthomas
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants