Back to index
Summary
Adds a resource to the specified environment tier.resourceNameStringrequiredName for the resource; must be unique among all resources. projectNameStringrequiredThe name for the project that must be unique among all projects. environmentNameStringrequiredThe name of the environment. environmentTierNameStringrequiredName for the environment tier; must be unique among all tiers for the environment. rollingDeployPhaseNameStringoptionalName for the rolling deploy phase to be associated with the resource. |
Usage
Perl
$cmdr->addResourceToEnvironmentTier( "test-resourceName", # resourceName "test-projectName", # projectName "test-environmentName", # environmentName "test-environmentTierName" # environmentTierName # optionals );
ectool
ectool addResourceToEnvironmentTier \ "test-resourceName" `# resourceName` \ "test-projectName" `# projectName` \ "test-environmentName" `# environmentName` \ "test-environmentTierName" `# environmentTierName` \ # optionals