The help command is used to display usage information for script commands.
Usage
help [ <command> ]
Example
Get help for the shutdown command:
$ pulse help shutdown
shutdown: shutdown the pulse server
Aliases: [sd, shut, stop]
Usage: shutdown
Triggers a shutdown of a local pulse server. By default, the shutdown is
'clean': i.e. pulse will wait for running builds to complete. This may be
overriden with the --force option, which causes builds to be aborted.
Available options:
-F [--force] : force an immediate shutdown, aborting running builds
-p [--port] port : the port to be used by the pulse web interface
-c [--contextPath] path : the pulse web application context path
-f [--config] file : specify an alternate config file