pulumi/pkg/backend
Matt Ellis 4e2f94df95 Remove UpdateOptions.ShowConfig
The engine now unconditionally emits a new type of event, a
PreludeEvent, which contains the configuration for a stack as well as
an indication if the stack is being previewed or updated. The
responsibility for interpreting the --show-config flag on the command
line is now handled by the CLI, which uses this to decide if it should
print the configuration or not, and then writes the "Previewing
changes" or "Deploying chanages" header.
2018-03-09 11:13:06 -08:00
..
cloud Remove UpdateOptions.ShowConfig 2018-03-09 11:13:06 -08:00
local Remove UpdateOptions.ShowConfig 2018-03-09 11:13:06 -08:00
state Upgrade configuration files on first run 2018-02-28 17:37:18 -08:00
backend.go Reintroduce untyped deployments (#996) 2018-03-03 12:12:54 -08:00
display.go Remove UpdateOptions.ShowConfig 2018-03-09 11:13:06 -08:00
stack.go Reintroduce untyped deployments (#996) 2018-03-03 12:12:54 -08:00
updates.go Add deployment to UpdateInfo (#1013) 2018-03-08 13:56:59 -08:00