Unsupported content

 

This version of the documentation is no longer supported. However, the documentation is available for your convenience. You will not be able to leave comments.

BlPackage - createEmptyPackage

BlPackage - createEmptyPackage

Description :

This command creates an empty BLPackage.

Return type : com.bladelogic.om.infra.model.depot.blpackage.BlPackage

Command Input :

Variable Name

Variable Type

Description

packageName

String

Name of the package.

description

String

Description of the package.

groupId

Integer

ID of the depot group where you want to store the package.

Example

The following example creates an empty pacakge with the name tstPkg and the description "test package." The empty package will be located in a depot group with an ID of 2000007:

Script





`blcli BlPackage createEmptyPackage tstPkg "test package" 2000007` 



Was this page helpful? Yes No Submitting... Thank you

Comments