Packages-Install
Command Reference
Description
Install the configured package dependencies for the deployment.
The Packages-Install command iterates over all the package object dependencies declared in the object context, and for each one, calls Package's Install command.
It is possible to only install packages of a certain type using the -resourceType option.
Usage
ctl -t Deployment -o <objectname> -c Packages-Install [-buildstamp <>] [-packageproximity <1>] [-resourcetype <[^\.]*>]
Options
Option | Description | Type | Default |
---|---|---|---|
buildstamp | build identifer. currently ignored | string | |
packageproximity | package resource proximity | string | 1 / ${entity.attribute.defaultPackageProximity} |
resourcetype | type name or type name regex of packages to install | string | [^\.]* |