Optional
Readonly
cacheTrue if we will cache serialized dynamic providers on the program side.
Optional
Readonly
dryWhether we are performing a preview (true) or a real deployment (false).
Optional
Readonly
engineA connection string to the engine's RPC, in case we need to reestablish.
Optional
Readonly
legacyTrue if we will resolve missing outputs to inputs during preview.
Optional
Readonly
monitorA connection string to the monitor's RPC, in case we need to reestablish.
Optional
Readonly
organizationThe name of the current organization.
Optional
Readonly
parallelThe degree of parallelism for resource operations (default is serial).
Optional
Readonly
projectThe name of the current project.
Optional
Readonly
rootThe root directory of the current project. This is the location of the Pulumi.yaml file.
Optional
Readonly
stackThe name of the current stack being deployed into.
Optional
Readonly
syncA directory containing the send/receive files for making synchronous invokes to the engine.
Optional
Readonly
testTrue if we're in testing mode (allows execution without the CLI).
Generated using TypeDoc
Options is a bag of settings that controls the behavior of previews and deployments.