Petals ESB CLI

Add help on available commands, in command line mode

Details

  • Type: Improvement Request Improvement Request
  • Status: Resolved Resolved
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: 1.0.0
  • Fix Version/s: 2.0.0
  • Component/s: Help
  • Security Level: Public
  • Description:
    Hide

    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'.

    Show
    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'.
  • Environment:
    -

People

Dates

  • Created:
    Tue, 28 Feb 2012 - 17:48:47 +0100
    Updated:
    Thu, 20 Sep 2012 - 16:57:52 +0200
    Resolved:
    Wed, 9 May 2012 - 11:02:46 +0200