The save command
Syntax:
save filename [output-param=value]...Saves the current document to filestore, with the serialization parameters specified.
If the file already exists, Gizmo asks "Overwrite existing file? (Y|N)" and proceeds only if the answer is "Y" or "y".
If the filename is relative, it is taken as being relative to the current working directory.
The user's home directory can be referred to as ~
.
Content completion is available: use the tab key to suggest possible names at each level.
Examples
The command:
save updated-data.xml method=xml indent=yessaves the document to filestore using the XML output method with indentation.