env

package
v3.53.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 25, 2023 License: Apache-2.0 Imports: 1 Imported by: 9

Documentation

Index

Constants

This section is empty.

Variables

View Source
var DebugCommands = env.Bool("DEBUG_COMMANDS", "List commands helpful for debugging pulumi itself")
View Source
var DebugGRPC = env.String("DEBUG_GRPC", `Enables debug tracing of Pulumi gRPC internals.
The variable should be set to the log file to which gRPC debug traces will be sent.`)
View Source
var Dev = env.Bool("DEV", "Enable features for hacking on pulumi itself")
View Source
var DisableOutputValues = env.Bool("DISABLE_OUTPUT_VALUES", "")
View Source
var DisableProviderPreview = env.Bool("DISABLE_PROVIDER_PREVIEW", "")
View Source
var DisableResourceReferences = env.Bool("DISABLE_RESOURCE_REFERENCES", "")
View Source
var EnableLegacyDiff = env.Bool("ENABLE_LEGACY_DIFF", "")
View Source
var Experimental = env.Bool("EXPERIMENTAL", "Enable experimental options and commands")

That Pulumi is running in experimental mode.

This is our standard gate for an existing feature that's not quite ready to be stable and publicly consumed.

View Source
var IgnoreAmbientPlugins = env.Bool("IGNORE_AMBIENT_PLUGINS",
	"Discover additional plugins by examining the $PATH")
View Source
var SkipCheckpoints = env.Bool("SKIP_CHECKPOINTS", "Experimental flag to skip saving state "+
	"checkpoints and only save the final deployment. See #10668", env.Needs(Experimental))
View Source
var SkipConfirmations = env.Bool("SKIP_CONFIRMATIONS",
	`Whether or not confirmation prompts should be skipped. This should be used by pass any requirement
that a --yes parameter has been set for non-interactive scenarios.

This should NOT be used to bypass protections for destructive operations, such as those that will
fail without a --force parameter.`)
View Source
var SkipUpdateCheck = env.Bool("SKIP_UPDATE_CHECK", "Disable checking for a new version of pulumi")

Functions

func Global

func Global() env.Env

Global is the environment defined by environmental variables.

func NewEnv

func NewEnv(s env.Store) env.Env

Types

type Env

type Env = env.Env

type MapStore

type MapStore = env.MapStore

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL