--list --library
Lists information about a Library.
Syntax
--list --library [argument, argument, ...]
Arguments
--lib=name
The Library file name.
--file=name
The output file name. If omitted, output is written to stdout.
--noheaders
Omits column headers from the output.
--csv
Formats output in Comma Separated Value format (CSV).
--tree
Prints the full Library tree to stdout.
--colorize
Applies color to --tree output.
Examples
List summary information for the Library my lib.ssim.
SyncroSim.Console.exe --list --library --lib="my lib.ssim"
Prints a colorized tree for the Library my lib.ssim.
SyncroSim.Console.exe --list --library --lib="my lib.ssim" --tree --colorize