Install
Command Reference
Description
Install object and run the package installation cycle.
Package provides the skeletal implementation supporting the generic install algorithm which first checks if the package is installed and if not, to then run the installPackage operation.
Usage
ctl -t Package -o <objectname> -c Install [-basedir <>] [-depot <>] [-installroot <>] [-name <>] [-nodeps] [-nodir] [-nomodule] [-nopackageinstall] [-noproperties] [-subdirs <>] [-type <>]
Workflow
Error Handler
Command |
Options
Option | Description | Type | Default |
---|---|---|---|
basedir | instance directory | string | |
depot | project depot | string | |
installroot | package installroot | string | ${entity.package-install-root} |
name | object name | string | |
nodeps | do not install dependencies | boolean | |
nodir | do not create directories | boolean | |
nomodule | do not update module | boolean | |
nopackageinstall | do not install package | boolean | |
noproperties | do not update properties | boolean | |
subdirs | directory list | string | |
type | object type | string |