From 7976af444e76e8475f27997ae458b946952f602c Mon Sep 17 00:00:00 2001
From: Mikhail Shilkov
+ Specifies the endpoint for Pulumi AI service.
+
+
+ PULUMI_AI_SERVICE_ENDPOINT="https://ai.pulumi.com"
PULUMI_CONSOLE_DOMAIN="yourhost.domain.com"
+ + Continues to perform the update/destroy operation despite the occurrence of errors. +
+PULUMI_CONTINUE_ON_ERROR=true
+ + List commands helpful for debugging pulumi itself. +
+PULUMI_DEBUG_COMMANDS=true
+ + Enables debug tracing of Pulumi gRPC internals. The variable should be set to the log file to which gRPC debug traces will be sent. +
+PULUMI_DEBUG_GRPC="/path/to/grpc-debug.log"
+ PULUMI_DEBUG_PROMISE_LEAKS=true
+ + Enable features for hacking on pulumi itself. +
+PULUMI_DEV=true
+ + Disables the automatic installation of missing plugins. +
+PULUMI_DISABLE_AUTOMATIC_PLUGIN_ACQUISITION=true
+ + Disables provider preview and enabled previous more concervative preview behavior. +
+PULUMI_DISABLE_PROVIDER_PREVIEW=true
+ + Disables resource references in Invoke gRPC calls. +
+PULUMI_DISABLE_RESOURCE_REFERENCES=true
+ + Disables output values in gRPC calls. +
+PULUMI_DISABLE_OUTPUT_VALUES=true
+ + Disables format validation of system inputs. Currently, this disables validation of stack names. +
+PULUMI_DISABLE_VALIDATION=true
+ + If set, checkpoint backups will not be written to the backup folder. +
+PULUMI_DIY_BACKEND_DISABLE_CHECKPOINT_BACKUPS=true
+ + Enables gzip compression when writing state files. +
+PULUMI_DIY_BACKEND_GZIP=true
+ + Uses the legacy layout for new buckets, which currently default to project-scoped stacks. +
+PULUMI_DIY_BACKEND_LEGACY_LAYOUT=true
+ + Disables the warning about legacy stack files mixed with project-scoped stack files. +
+PULUMI_DIY_BACKEND_NO_LEGACY_WARNING=true
+ + If set, every checkpoint will be duplicated to a timestamped file. +
+PULUMI_DIY_BACKEND_RETAIN_CHECKPOINTS=true
+ PULUMI_ENABLE_LEGACY_PLUGIN_SEARCH=true
+ + Use legacy refresh diff behaviour, in which only output changes are + reported and changes against the desired state are not calculated. +
+PULUMI_ENABLE_LEGACY_REFRESH_DIFF=true
+ + Enables error reporting when dependency cycles are detected. +
+PULUMI_ERROR_ON_DEPENDENCY_CYCLES=true
+ + Throws an error instead of returning a string when attempting to convert an Output to a string. +
+PULUMI_ERROR_OUTPUT_STRING=true
+ PULUMI_HOME="/path/to/artifacts"
+ + Disables discovering additional plugins by examining $PATH. +
+PULUMI_IGNORE_AMBIENT_PLUGINS=true
+ + Specifies overrides for Plugin Download URLs. The expected format is `regexp=URL`, and multiple pairs can be specified separated by commas. +
+PULUMI_PLUGIN_DOWNLOAD_URL_OVERRIDES="^https://foo=https://bar,^github://=https://buzz"
+