Stacktape

Sign up



rollback()

Overview and basic usage


Rolls back the stack to the previous working version if the stack update did not successfully finished and is in the UPDATE_FAILED state.



Copy

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

API reference

Arguments

region
Required
stage
Required
awsAccount
config
configPath
currentWorkingDirectory
profile
projectName
templateId

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