pulumi/pkg/backend/cloud
pat@pulumi.com c56e716c31 Refactor the engine's entrypoints.
These changes refactor the engine's entrypoints--Deploy, Destroy, and
Preview--to be update-centric rather than stack-centric. Each of these
methods now takes a value of a new type, Update, that abstracts away the
vagaries of fetching and maintaining the update's state. This
refactoring also reinforces Pulumi.yaml as a CLI concept rather than an
engine concept; the CLI is now the only reader/writer of this format.

These changes will smooth the way for a few refactorings on the service
side that will aid in update isolation.
2018-01-08 14:15:16 -08:00
..
apitype Add the ability to {ex,im}port a stack's deployment. 2018-01-05 16:22:31 -08:00
api.go Add support for pulumi logs --since when targeting cloud backend (#756) 2017-12-21 17:16:45 -08:00
backend.go Refactor the engine's entrypoints. 2018-01-08 14:15:16 -08:00
stack.go Refactor the engine's entrypoints. 2018-01-08 14:15:16 -08:00