-
Enhancement
-
Resolution: Done
-
Major
-
1.0.0.Alpha1
-
None
With connected CLI output of patch info command is:
[standalone@localhost:9999 /] patch info
{
"outcome" : "success",
"result" : {
"cumulative-patch-id" : "jboss-eap-6.2.3.CP",
"patches" : [],
"version" : "6.2.3.GA",
"addon" : null,
"layer" : {"base" : {
"cumulative-patch-id" : "layer-base-jboss-eap-6.2.3.CP",
"patches" : []
}}
}
}
Some users are confused by two elements cumulative-patch-id and they are not sure which id they should use e.g. with rollback command.
Output should be somehow improved but I don't have any suggestion.