Command Line Generation
To use command line generation, launch the VersionTracker executable with several command line parameters. The first argument passed should be generate to instruct VersionTracker it should try command line generation mode.
On macOS the executable file is the binary located within the package. Right-click VersionTracker.app and select "Show Package Contents" then navigate within the "Contents" and "MacOS" folders to find the "VersionTracker" executable.
Parameters
| Flag | Description |
|---|---|
-f |
The document format to export as. One of these keywords should immediately follow: docuwiki, html, markdown, plaintext, or template |
-i |
A .vt document file path should immediately follow. |
-o |
The output path where the export will be written. An existing file will be overwritten. |
-r |
Optional parameter. Include the reference notes by passing this parameter and a true value (yes/true/1) |
Sample command
VersionTracker generate -f html -i /input/file/path.vt -o /output/file/path.html