Install
Command Reference
Description
Install the deployment, and its module and properties to AntDepo.
Installs the object into the local AntDepo 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] [-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 | do not update process view | boolean | |
noproperties | do not update properties | boolean | |
subdirs | directory list | string | ${entity.attribute.subdirs} |
type | object type | string | ${context.type} |