Stacktape
Stacktape


deploymentScriptRun()

Overview and basic usage


deployment-script:run

Runs a deployment script defined in your configuration.

This command only updates the script's source code. To update environment variables or other configurations, use the deploy command.



import { Stacktape } from "stacktape";
const stacktape = new Stacktape();
stacktape.deploymentScriptRun({
region: "<<region>>",
resourceName: "<<resourceName>>",
stage: "<<stage>>"
});

API reference

Arguments

region
Required
resourceName
Required
stage
Required
awsAccount
config
configPath
currentWorkingDirectory
profile
projectName
templateId

Contents