export
Export noodle structure.
export [ --type <format> ] --destination <path> [ --layers <layerlist> ]
The --type argument specifies the kind of export.
Valid options are:
noodleThis is the default if--typeis not specified. A directory is generated with a new noodle containing the specified structure.graphmlA graphml file is generated at the destination containing a flattened version of the specified structure.
This specifies where the result of the export will be placed in the filesystem.
For a --type noodle export an empty directory should be specified.
For a --type graphml export the full file path should be specified.
If export layers are specified, the union of their internal structure is exported. If unspecified the structure under the layermask is exported.
This command is accessible from outside the interactive cli; i.e. you can call it in bash.
noodle export [ --type <format> ] --destination <path> --layers <layerlist>
In the shell version specification of --layers is required.
Arguments passed to the shell command behave the same way as in noodlecli.
Exporting from the shell will exclude any unsaved changes.
No command aliases.