runChangeDependencies
Command Reference
Description
Query model and switch Package dependencies to specified version or buildstamp.
Usage
ctl -t LinuxNode -o <objectname> -c runChangeDependencies [-allowmultiple <>] [-buildstamp <>] [-defaultPackageName <>] [-deploymenttype <>] [-dispatch] [-failIfNotReplaced <>] [-packagetype <>] [-resourcename <.*>] [-resourcetype <[^\.]*>] [-version <>]
Options
Option | Description | Type | Default |
---|---|---|---|
allowmultiple | if true, allow multiple matches when default regex is included | string | ${entity.attribute.defaultAllowMultiplePackageMatches} |
buildstamp | build identifier. required if no version option | string | ${entity.attribute.buildstamp} |
defaultPackageName | default package name regex | string | ${entity.attribute.defaultPackageName} |
deploymenttype | type of Deployment to modify. Defaults to type of this object. | string | ${entity.attribute.defaultDeploymentType} |
dispatch | dispatch command to child dependencies (unused) | boolean | |
failIfNotReplaced | if true, fails if any packages don't have a matching replacement | string | ${entity.attribute.defaultFailIfPackageNotReplaced} |
packagetype | type of packages to change | string | ${entity.attribute.defaultPackageType} |
resourcename | resource name pattern | string | .* / ${entity.attribute.dispatchResourceName} |
resourcetype | resource type name | string | [^\.]* / ${entity.attribute.dispatchResourceType} |
version | version of packages to change to. required if no buildstamp option | string |