Petals ESB CLI

Petals CLI should respect IEEE 1003.1 and POSIX Conventions

Details

  • Type: Improvement Request Improvement Request
  • Status: Resolved Resolved
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: 2.0.0
  • Fix Version/s: 2.1.0
  • Component/s: Command-line
  • Security Level: Public
  • Description:
    Hide

    Options and option arguments of the utility Petals CLI should be compliant with IEEE 1003.1 ou POSIX1.2008

    The main change is in command mode where the command must be considered as an operand, for example:

    ./petals-cli.sh -h localhost -n 7700 -u petals -p petals -d -c -- deploy -u file:///home/.../petals-bc-soap-4.3.0-SNAPSHOT.zip -D myParam=myValue


    • '--' separates options of Petals CLI from the command to execute and its options,
    • and avoid confusing between options as 'u' used twice (one to set the JMX username, one to set the URL of the artifact to deploy)
    Show
    Options and option arguments of the utility Petals CLI should be compliant with IEEE 1003.1 ou POSIX1.2008 The main change is in command mode where the command must be considered as an operand, for example:
    ./petals-cli.sh -h localhost -n 7700 -u petals -p petals -d -c -- deploy -u file:///home/.../petals-bc-soap-4.3.0-SNAPSHOT.zip -D myParam=myValue

    • '--' separates options of Petals CLI from the command to execute and its options,
    • and avoid confusing between options as 'u' used twice (one to set the JMX username, one to set the URL of the artifact to deploy)
  • Environment:
    -

Issue Links

Activity

Hide
Christophe DENEUX added a comment - Tue, 18 Sep 2012 - 13:47:29 +0200

Fixed in trunk

Show
Christophe DENEUX added a comment - Tue, 18 Sep 2012 - 13:47:29 +0200 Fixed in trunk
Hide
Christophe DENEUX added a comment - Tue, 18 Sep 2012 - 13:53:12 +0200

User doc updated about "--"

Show
Christophe DENEUX added a comment - Tue, 18 Sep 2012 - 13:53:12 +0200 User doc updated about "--"

People

Dates

  • Created:
    Tue, 18 Sep 2012 - 09:06:12 +0200
    Updated:
    Thu, 20 Sep 2012 - 17:01:24 +0200
    Resolved:
    Tue, 18 Sep 2012 - 13:47:29 +0200