pulumi watch

[PREVIEW] Continuously update the resources in a stack

Options

NameDescription
--color <mode>Colorize output. Choices are: always, never, raw, auto (default "auto")
-C, --cwd <path>Run pulumi as if it had been started in another directory
--disable-integrity-checkingDisable integrity checking of checkpoint files
-e, --emojiEnable emojis in the output
--logflowFlow log settings to child processes (like plugins)
--logtostderrLog to stderr instead of to files
--non-interactiveDisable interactive mode for all commands
--profilingEmit CPU and memory profiles and an execution trace to '[filename].[pid].{cpu,mem,trace}', respectively
--tracing <file>Emit tracing to the specified endpoint. Use the file: scheme to write tracing data to a local file
-v, --verbose <int>Enable verbose logging (e.g., v=3); anything >3 is very verbose
--config-file <file>Use the configuration values in the specified file rather than detecting the file name
-d, --debugPrint detailed debugging output during resource operations
-m, --message <message>Optional message to associate with the destroy operation
-p, --parallel <int>Allow P resource operations to run in parallel at once (1 for no parallelism). Defaults to unbounded. (default 2147483647)
-s, --stack <stack-name>The name of the stack to operate on. Defaults to the current stack
--secrets-provider <providerType>The type of the provider that should be used to encrypt and decrypt secrets (possible choices: default, passphrase, awskms, azurekeyvault, gcpkms, hashivault) (default "default")
-c, --config <stringArray>Config to use during the update
--config-pathConfig keys contain a path to a property in a map or list to set
--path <stringArray>Specify one or more relative or absolute paths that need to be watched. A path can point to a folder or a file. Defaults to working directory
--policy-pack <strings>Run one or more policy packs as part of each update
--policy-pack-config <strings>Path to JSON file containing the config for the policy pack of the corresponding "--policy-pack" flag
-r, --refreshRefresh the state of the stack's resources before each update
--show-configShow configuration keys and variables
--show-replacement-stepsShow detailed resource replacement creates and deletes instead of a single step
--show-samesShow resources that don't need be updated because they haven't changed, alongside those that do