Using the script Petals CLI, it's not possible to get the list of available command and their helps from the command line. Only help on options is available.
$ ./petals-cli.sh -H
Petals JMX Command Line Interface
usage: java -jar petals-cli.jar [OPTIONS] [COMMAND [ARGS...]]
-d,--debug Print stack trace and debugging informations
-H,--help Print this help message and exit
-h,--host <arg> remote petals ESB host name
-n,--port <arg> port number
-p,--password <arg> password
-s,--script Read commands from standard input
-u,--user <arg> username
-V,--version Print the version number and exit
Please, add help on commands from command line. An interesting example is 'svn'.
Note: help on command can be get using the command 'help'.
Using the script Petals CLI, it's not possible to get the list of available command and their helps from the command line. Only help on options is available.
$ ./petals-cli.sh -H
Petals JMX Command Line Interface
usage: java -jar petals-cli.jar [OPTIONS] [COMMAND [ARGS...]]
-d,--debug Print stack trace and debugging informations
-H,--help Print this help message and exit
-h,--host <arg> remote petals ESB host name
-n,--port <arg> port number
-p,--password <arg> password
-s,--script Read commands from standard input
-u,--user <arg> username
-V,--version Print the version number and exit
Please, add help on commands from command line. An interesting example is 'svn'.
Note: help on command can be get using the command 'help'.