BlPackage - updateByName
BlPackage - updateByName
Description :
This command updates the destination BlPackage using the contents of the source BlPackage. For information about the update process, see Import-and-export-concepts.
Return type : com.bladelogic.om.infra.model.depot.blpackage.BlPackage
Command Input :
| Variable Name | Variable Type | Description | 
|---|---|---|
| srcBlPackageName | String | Name of the source BLPackage. | 
| destBlPackageName | String | Name of the destination BLPackage. | 
| srcBlPackageGroupName | String | Name of the group that contains the source BLPackage. | 
| destBlPackageGroupName | String | Name of the group that contains the destination BLPackage. | 
Example
The following example shows how to update a BLPackage, based on its name.
Script
blcli BlPackage updateByName oldPkg newPkg /oldPkgGroup /newPkgGroup 
Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*
