Skip to main content

Version: 21.05

Getting Help

The Maestro Offline Build (MOB) tool is a command-based tool run through an operating-system specific command interpreter. Assuming the MOB tool has been installed globally as recommended, a new maestro command is available to the command interpreter to run various actions.

To assist in understanding how to use the MOB tool, it includes help information that can be accessed using either the —help or -h option.

For example, to get overall help and a list of available functions, type maestro -h.

A Windows command-line showing the output from the command "maestro -h"

Similarly, each individual command has its own help, which will include a description of what the command does, and what options/flags are available or required when calling the command. For example:

maestro build-form -h

A Windows command-line showing the output from the command "maestro build-form -h"