Stacktape
Stacktape


rollback()

Overview and basic usage


rollback

Rolls back the stack to the last known good state.

This is useful if a stack update fails and leaves the stack in an UPDATE_FAILED state.



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

Contents

  •  Overview and basic usage
  •  rollback
  •  API reference