Options | Description |
-csv_columns outfile
| Comma-separated list of columns to include in
the output CSV. This does nothing if -csv_output is not present. By default (if
-csv_columns is not present), the columns will be
a sorted list of all attributes on all items.
|
-csv_labels list
| Comma-separated list of columns labels include
in the output CSV. Do not use quotes or commas
in label names. This does nothing if -csv_output
is not present. If this list is shorter than -csv_columns , the remaining columns will use the
attribute name as the label.
|
-xml_output outfile
| The name of the file to save a combined system
definition XML. Only items shown in the built
system model will be included.
|
-w number
| Warning levels .
-
-w 1 : displays errors only (default)
-
-w 2 : displays warnings as well as errors
-
-w 3 : displays info messages, warnings and errors.
-
-w 4 : displays info messages, warnings and errors
along with deep syntax validation and reporting.
Note: This option can take a long time in
computation so do not use this warning level by default.
|
-lowmem
| Build the model storing more data in the temp
directory and using less runtime memory. If
building fails due to an out of memory
condition, try running again with the -lowmem
option.
|
-clean
| Caution: if set, it will delete the contents of
the temporary directory.
|
-compress
| If set, it will attempt to compress the output
as an SVGZ file. In order to succeed gzip must
be installed and in the PATH . This will also
rename the output file from filename.svg to
filename.svgz.
|
-tempdir dir
| Temporary directory for build files. Defaults
to drawsvg_temp
|
-output outfile
| The name of the file to save the built System
Model SVG. If in the format filename.svgz, it
will attempt to compress the file. If
compression is not supported, it will rename the
output to filename.svg. Defaults to sysmodel.svg
or sysmodel.svgz if -compress is set. Defaults
to "sysmodel.svg"
|
-csv_output outfile
| The name of the file to save a CSV description
of the built System Model. Only items shown on
the system model will be included.
|
-xslt-param param string-value
| Advanced: Parameters to feed directly to the
XSLT transforms. Can specify multiple times.
|
-dictionary file/uri
| A term dictionary file used to semi-
intelligently generate the abbreviations for the
names of system model entries. Anything
mentioned in the Localization files overrides
generated abbreviations.
|
-log outfile
| File in which to store output. Defaults to
stdout
|