Skip to content

Command Line Options

Ostinato

ostinato [-cdhv] [<session-file>]

Options

Option Required? Description
-c Optional Controller only - don't start local Drone and the corresponding 127.0.0.1 portgroup (0.9 onwards)
-d Optional Show Debug Logs (1.0 onwards)
-h Optional Help - show command line usage syntax (1.0 onwards)
-v Optional Show version (1.0 onwards)

Arguments

Argument Required? Description
session-file Optional Open the session file at startup (0.9 onwards)

Drone

drone [-dhv] [-p <port-number>]

Options

Option Required? Description
-d Optional Show Debug Logs (1.0 onwards)
-h Optional Help - show command line usage syntax (1.0 onwards)
-p Optional Listen on specified port (1.0 onwards)
-v Optional Show version (1.0 onwards)
Back to top