pulumi/pkg/backend/cloud
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
..
api.go Fix up API URLs 2018-02-18 08:08:15 -08:00
backend.go Remove UpdateOptions.ShowConfig 2018-03-09 11:13:06 -08:00
context.go Rename package to project (#935) 2018-02-14 13:56:16 -08:00
context_test.go Rename package to project (#935) 2018-02-14 13:56:16 -08:00
stack.go Reintroduce untyped deployments (#996) 2018-03-03 12:12:54 -08:00