Command Line Interface

• Option values should be set using the equal sign (=).
• If an option value has spaces or semicolons then the value should be wrapped in single quotes.
• If an option value needs single quotes then the value should be wrapped in single quotes with value single quotes properly escaped replacing a single quote with '\''
• Options are case sensitive.

Usage:

warden --task={task} --option1=value1 --option2=value2

Where {task} is one of the following:

For more information on what a task does and usage details execute:

warden --task={task} --help