-
Notifications
You must be signed in to change notification settings - Fork 0
help operations
James Nesbitt edited this page Sep 4, 2015
·
6 revisions
The following list shows currently valid operations, for use with the coach cli. Each operation has it's own help information, which can be accessed using the help operation:
$/> coach help {operation}
This operation is a central repository for coach core help, and can also hand off to an operation for additional help about that operation.
The help operation syntax is:
$/> coach help {topic} {further flags}
Help handles the following core categories:
- currently no topics are written
If the first parameter for a help call is not a recognized topic, then help tries to use a matching operation name, to show help for that operation. Most operation help methods are written to interpret flags as though they were passed to the operation execution.