Stacktape

Sign upSign up



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.



Copy

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

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