CLI Guide

Table Of Contents
Syntax
wait [-c | --context-list] [, context-list ...]
[-a | --attribute= attribute]
[-v | --value= value]
[-t | --timeout= timeout]
[-h | --help]
[--verbose]
Arguments
Required arguments
[-c | --context-list] [, context-list ...] Context list, separated by commas
Optional arguments
[-a | --attribute]
Attribute name
[-v | --value]
Attribute value
[-t | --timeout]
Timeout in seconds. Default is twenty seconds (20s)
[-h | --help]
Displays the usage for this command
[--verbose]
Provides additional output during command execution. This may not have any
effect for some commands.
Description
If a context-list is provided without an attribute, the command will wait until the contexts in the list exist. If wildcard
patterns are used, the command will wait until at least one context can be resolved for every pattern.
If an attribute and value pair are given, the command will wait until the attribute of every context resolved from context-
list has the given value.
The attribute values are compared as strings.
Use the --timeout option to set the timeout in seconds. The default timeout is 20 seconds.
webserver
Start, stop, or restart the Webserver.
Contexts
All contexts.
Syntax
webserver [stop | start | restart]
[-h | --help]
[--verbose]
330
Commands