简体   繁体   中英

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

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM