Search code examples
wildfly

Is it possible to see the sha1 of deployments using jboss-cli?


I would like to see the sha1 of existing deployments without having to open the [domain|standalone]/data/content folder.

I always know the sha1 of the war files I am deploying and I would like to check that they have been deployed successfully directly from within jboss-cli.

I'm using Wildfly version 23


Solution

  • If you do a /deployment=*:read-resource(recursive,include-runtime) you would get it.