Stacktape
Stacktape


script:run

Overview and basic usage

script:run

Executes a script defined in your configuration.

You can pass environment variables to the script using the --env option (e.g., --env MY_VAR=my_value).

To learn more, refer to the scripts documentation.


stacktape script:run --stage <<stage>> --scriptName <<scriptName>>

API reference

Options

region (--r)
Required
scriptName (--scn)
Required
stage (--s)
Required
assumeRoleOfResource (--aror)
awsAccount (--aa)
configPath (--cp)
currentWorkingDirectory (--cwd)
env (--env)
help (--h)
logFormat (--lf)
logLevel (--ll)
profile (--p)
projectName (--prj)
templateId (--ti)

Contents