pulumi/pkg/backend
Pat Gavlin e884c63104 Extract a Pulumi API client.
These changes refactor direct interactions with the Pulumi API out of
the cloud backend and into a subpackage, `pkg/backend/cloud/client`.
This package exposes a slightly higher-level API that takes care of
calculating paths, performing HTTP calls, and occasionally wrapping
multiple physical calls into a single logical call (notably the creation
of an update and the upload of its program).

This is primarily intended as preparation for some of the changes
suggested in the feedback for #1067.
2018-03-21 16:45:54 -07:00
..
cloud Extract a Pulumi API client. 2018-03-21 16:45:54 -07:00
local Update the copyright end date to 2018. (#1068) 2018-03-21 12:43:21 -07:00
state Update the copyright end date to 2018. (#1068) 2018-03-21 12:43:21 -07:00
backend.go Update the copyright end date to 2018. (#1068) 2018-03-21 12:43:21 -07:00
display.go Update the copyright end date to 2018. (#1068) 2018-03-21 12:43:21 -07:00
stack.go Update the copyright end date to 2018. (#1068) 2018-03-21 12:43:21 -07:00
updates.go Add deployment to UpdateInfo (#1013) 2018-03-08 13:56:59 -08:00