Stacktape

Sign up



deploymentScriptRun()

Overview and basic usage


Updates and runs the specified deployment script defined in your configuration.


  • Only the source code of the script is updated when running this command. To update environment variables of the script, use the deploy command.

Copy

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

Need help? Ask a question on Discord or info@stacktape.com.