installPackage
Command Reference
Description
Run the package installation cycle.
Usage
ctl -t Package -o <objectname> -c installPackage [-basedir <>] [-depot <>] -filename <> [-filtersfile <>] -installroot <> [-name <>] [-nodeps] [-nodir] [-nomodule] [-nopackageinstall] [-noproperties] [-subdirs <>] [-type <>] -url <>
Workflow
Options
| Option | Description | Type | Default |
|---|---|---|---|
| basedir | instance directory | string | |
| depot | project depot | string | |
| filename | the filename | string | ${entity.package-filename} |
| filtersfile | filtersfile | string | ${entity.package-filtersfile} |
| installroot | the install root | 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 | |
| url | the repo url | string | ${entity.package-repo-url} |


