Optional
attachRun the process under a debugger, and pause until a debugger is attached.
Optional
colorColorize output.
Optional
configUse the configuration values in the specified file rather than detecting the file name.
Optional
continueContinue the operation to completion even if errors occur.
Optional
debugPrint detailed debugging output during resource operations.
Optional
diffDisplay the operation as a rich diff showing the overall change.
Optional
excludeSpecify a set of resource URNs to exclude from operations.
Optional
excludeExclude dependents of targets specified with exclude
.
Optional
expectReturn an error if any changes occur during this operation.
Optional
importSave any creates seen during the preview into an import file to use with pulumi import
.
Optional
logFlow log settings to child processes (like plugins)
Optional
logLog to stderr instead of to files.
Optional
logEnable verbose logging (e.g., v=3); anything >3 is very verbose.
Optional
messageOptional message to associate with the operation.
Optional
onA callback to be executed when the operation produces stderr output.
Optional
onA callback to be executed when the operation yields an event.
Optional
onA callback to be executed when the operation produces stdout output.
Optional
parallelAllow P resource operations to run in parallel at once (1 for no parallelism).
Optional
planPlan specifies the path to an update plan to use for the update.
Optional
policyA set of paths to JSON files containing configuration for the supplied policyPacks
.
Optional
policyRun one or more policy packs as part of this operation.
Optional
programAn inline (in-process) Pulumi program to execute the operation against.
Optional
refreshRefresh the state of the stack's resources before this update.
Optional
replaceSpecify a set of resource URNs to replace.
Optional
runRun the program in the workspace to perform the refresh.
Optional
showInclude secrets in the UpSummary.
Optional
signalA signal to abort an ongoing operation.
Optional
suppressSuppress display of stack outputs (in case they contain sensitive values).
Optional
suppressSuppress display of periodic progress dots.
Optional
targetSpecify a set of resource URNs to operate on. Other resources will not be updated.
Optional
targetOperate on dependent targets discovered but not specified in targets
.
Optional
tracingEmit tracing to the specified endpoint. Use the file:
scheme to write tracing data to a local files.
Optional
userA custom user agent to use when executing the operation.
Generated using TypeDoc
Options controlling the behavior of a Stack.up() operation.