pulumi watch
[PREVIEW] Continuously update the resources in a stack
Options
| Name | Description | 
|---|---|
| --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-checking | Disable integrity checking of checkpoint files | 
| -e, --emoji | Enable emojis in the output | 
| --logflow | Flow log settings to child processes (like plugins) | 
| --logtostderr | Log to stderr instead of to files | 
| --non-interactive | Disable interactive mode for all commands | 
| --profiling | Emit 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, --debug | Print 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-path | Config 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, --refresh | Refresh the state of the stack's resources before each update | 
| --show-config | Show configuration keys and variables | 
| --show-replacement-steps | Show detailed resource replacement creates and deletes instead of a single step | 
| --show-sames | Show resources that don't need be updated because they haven't changed, alongside those that do |