Install
Command Reference
Description
Install the deployment, and its module and properties to AntDepo.
Installs the object into the local project depot. The Install command is essentially a command workflow that calls the Install-Module and Get-Properties command (though there are boolean flags to skip those commands).
Usage
ctl -t Deployment -o <objectname> -c Install [-basedir <${entity.instance.dir}>] [-depot <>] [-name <>] [-nodir] [-nomodule] [-noprocessview <>] [-noproperties] [-processview] [-subdirs <>] [-type <>]
Options
| Option | Description | Type | Default |
|---|---|---|---|
| basedir | instance directory | string | ${entity.instance.dir} / ${entity.deployment-basedir} |
| depot | project depot | string | ${context.depot} |
| name | object name | string | ${context.name} |
| nodir | do not create directories | boolean | |
| nomodule | do not update module | boolean | |
| noprocessview |
ignored
Deprecated and ignored. |
string | |
| noproperties | do not update properties | boolean | |
| processview |
update the process view
Update the process view |
boolean | |
| subdirs | directory list | string | ${entity.attribute.subdirs} |
| type | object type | string | ${context.type} |


