Nature of Request
This is an enhancement to the existing JBOSS-CLI.sh command line interface, the CLI is a command line tool for executing management operations.
Feature
Presently the JBOSS-CLI can list what is deployed, but cannot display the manifest files. The business need is to identify the installed/running version of the S/W and the individual version of each running deployed S/W. This would easy on site personnel with S/W versioning identification.
Example
jboss-cli.sh --connect --user=admin --password=adminadmin --controller=10.121.62.52:9999 -c "ls deployment"
iap-accountidentity-ear-12.0.5.1.ear
How would the customer like to achieve this?
By enhancing the existing jboss-cli.sh command to include manifest option?
Example 1
jboss-cli.sh --connect --user=admin --password=adminadmin --controller=10.121.62.52:9999 -c "ls manifest"
THIS would list all the deployed files and there corresponding manifest
Example 2
jboss-cli.sh --connect --user=admin --password=adminadmin --controller=10.121.62.52:9999 -c "ls manifest iap-accountidenty.ear"
THIS would the manifest file for the mentioned ear