Stacktape
Stacktape


deploy()

Overview and basic usage


deploy

Deploys your stack to AWS.

If the stack doesn't exist, it creates a new one. If it already exists, it updates it. This command requires a valid Stacktape configuration file (stacktape.yml) in the current directory, or you can specify a path using the --configPath option.



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

API reference

Arguments

region
Required
stage
Required
awsAccount
config
configPath
currentWorkingDirectory
disableAutoRollback
disableDriftDetection
dockerArgs
hotSwap
noCache
preserveTempFiles
profile
projectName
templateId

Contents

  •  Overview and basic usage
  •  deploy
  •  API reference