Chapter 13 Using jagtool and jagant
Lists entities in the repository.
Command line:
list type entity
Ant build file:
<jag_list type="type" entity="entity" />
| Option | Description | Default | Required | 
|---|---|---|---|
| type | The type of entities to list. | - | Either type or entity is required. Both can be used. | 
| entity | An optional entity identifier to specify a parent entity. Child entities are listed. | - | 
This example lists all the packages in the repository.
jagtool list Package
<jag_list type="Package" />
This example lists all the child entities of Package:SVU.
jagtool list Package:SVU
<jag_list entity="Package:SVU" />
This example lists all the child components of Package:SVU.
jagtool list Component Package:SVU
<jag_list type="Component" entity="Package:SVU" />
| Copyright © 2002 Sybase, Inc. All rights reserved. |   | |