Details
-
Type:
Improvement Request
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.0.0
-
Fix Version/s: 2.1.0
-
Component/s: Command-line
-
Security Level: Public
-
- Environment:
- -
Issue Links
| Depends | |||
|---|---|---|---|
|
|
|
||
Activity
| Field | Original Value | New Value |
|---|---|---|
| Fix Version/s | 2.0.1 [ 10365 ] | |
| Priority | Major [ 3 ] | |
| Description |
Options and option arguments of the utility Petals CLI should be compliant with [IEEE 1003.1 ou POSIX1.2008|http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap12.html]
The main change is in command mode where the command must be considered as an operand, for example: {code} ./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 {code} * '--' 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) |
Options and option arguments of the utility Petals CLI should be compliant with [IEEE 1003.1 ou POSIX1.2008|http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap12.html]
The main change is in command mode where the command must be considered as an operand, for example: {code} ./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 {code} \\ * '--' 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) |
| Link |
This issue blocks |
| Status | New [ 10000 ] | Open [ 10002 ] |
| Status | Open [ 10002 ] | In Progress [ 10003 ] |
| Status | In Progress [ 10003 ] | Resolved [ 10004 ] |
| Resolution | Fixed [ 1 ] |
| Component/s | Command-line [ 10239 ] |
| Transition | Status Change Time | Execution Times | Last Executer | Last Execution Date | |||||||||
|
|
|
|
|
|||||||||
|
|
|
|
|
|||||||||
|
|
|
|
|

Fixed in trunk