Stacktape

Sign up



deploy

Overview and basic usage

Deploys the stack (specified stage of your project) to AWS.


  • If the stack doesn't exist, creates a new one. If the stack already exists, updates it.
  • Requires a valid stacktape configuration file in the current working directory or configuring a path to the config file using --configPath option.

Copy

stacktape deploy --stage <<stage>> --region <<region>>

API reference

Options

region (--r)
Required
stage (--s)
Required
autoConfirmOperation (--aco)
awsAccount (--aa)
configPath (--cp)
currentWorkingDirectory (--cwd)
disableAutoRollback (--dar)
disableDriftDetection (--ddd)
dockerArgs (--da)
help (--h)
hotSwap (--hs)
logFormat (--lf)
logLevel (--ll)
noCache (--nc)
preserveTempFiles (--ptf)
profile (--p)
projectName (--prj)
showSensitiveValues (--ssv)
templateId (--ti)

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