Stacktape
Stacktape


previewChanges()

Overview and basic usage


Allows you to preview changes to the stack that would be made if you tried to update it using specified configuration.



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

API reference

Arguments

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

Contents