-
Feature Request
-
Resolution: Done
-
Major
-
3.0.0.Beta30
-
None
show-history management operation (and patch history cli command) returns all the patches that have been applied to the installation even if some of them have been aged out by executing ageout-history management operation.
In some cases it would be useful to filter out the aged out patches from the result, leaving only the patches that can actually be rolled back by a user.
That could be achieved by adding an optional boolean parameter exclude-agedout (with default value false to preserve the current behavior) to show-history operation.
The high level CLI command patch history could include an equivalent --exclude-agedout argument.