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> ]

Noodle structure to be exported

–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 [[flatten|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 [[selected structure]] 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. Running this command from the shell is not permitted if an instance of noodle currently has the working directory open.

Aliases

No command aliases.