Chapter 13 Using jagtool and jagant
Removes, but does not delete, an entity from another entity. For example, use remove to remove a package from a server.
Command line:
remove source target
Ant build file:
<jag_remove source="source" target="target" />
Option | Description | Default | Required |
---|---|---|---|
source | The entity identifier of the entity being removed. | - | Yes |
target | The entity identifier of the entity from which the source is removed. | - | Yes |
This example removes Package:SVU from the entity Server:Jaguar.
jagtool remove Package:SVU Server:Jaguar
<jag_remove source="Package:SVU" target="Server:Jaguar"/>
This example removes WebApplication:WebTier from the entity Application:estore.
jagtool remove WebApplication:WebTier Application:estore
<jag_remove source="WebApplication:WebTier" target="Application:estore" />
Copyright © 2002 Sybase, Inc. All rights reserved. |
![]() |