Stacktape

Sign up



stackList()

Overview and basic usage


Lists all stacks deployed in the specified region.



Copy

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

API reference

Arguments

region
Required
stage
Required
awsAccount
profile
projectName

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