Install
Command Reference
Description
Install object and run the package installation cycle.
Usage
ctl -t rpm -o <objectname> -c Install [-basedir <>] [-depot <>] [-installroot <>] [-name <>] [-nodeps] [-nodir] [-nomodule] [-nopackageinstall] [-noproperties] [-subdirs <>] [-type <>]
Workflow
Error Handler
| Command |
installPackage |
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 |


