-listenvs

Lists all environments in Application Repository.

Example output with no overlapping environments (see Overlapping Environments for details):
java -Dfile.encoding=UTF-8 -jar renew.jar -listenvs -username "admin" - 
password "password"
-arAddress "http://localhost:8085"

Environments :
     Default Environment
Done.

Example output with overlapping environments:

D:\Projects\BM10F_JBPMBPLE\Eclipse\renew\tests>java -Dfile.encoding=UTF-8 -
jar renew.jar -listenvs -username "admin" -password "password" -arAddress
"http://localhost:8085"

Environments :
     Default environment,
     clone1,
     clone 2

WARNING: Target servers shared across environments.
         Using renew with this configuration requires special care !!!
         DO NOT PROCEED WITHOUT READING THE DOCUMENTATION.

DS, [http://TEST:8085/eventmanager/services/ALFAdmin] used by
       Default Environment
       clone1
       clone 2
DS, [http://TEST:8085/jbpm-bpel/services/DeployService] used by
       Default Environment
       clone1
       clone 2
AE, [http://TEST/gsoap/gsoap_ssl.dll?sbminternalservices72] used by
       Default Environment
       clone1
       clone 2
Done.