oodle
Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

export

Export noodle structure.

export [ --type <format> ] --destination <path> [ --layers <layerlist> ]

--type

The --type argument specifies the kind of export. Valid options are:

  • noodle This is the default if --type is not specified. A directory is generated with a new noodle containing the specified structure.
  • graphml A graphml file is generated at the destination containing a flattened version of the specified structure.

--destination

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.

--layers

If export layers are specified, the union of their internal structure is exported. If unspecified the structure under the layermask is exported.

Alternative Usage

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.

Aliases

No command aliases.