pulumi/pkg/backend/local
pat@pulumi.com b96217341f Add the ability to {ex,im}port a stack's deployment.
These changes add the ability to export a stack's latest deployment or
import a new deployment to a stack via the Pulumi CLI. These
capabilities are exposed by two new verbs under `stack`:
- export, which writes the current stack's latest deployment to stdout
- import, which reads a new deployment from stdin and applies it to the
  current stack.

In the local case, this simply involves reading/writing the stack's
latest checkpoint file. In the cloud case, this involves hitting two new
endpoints on the service to perform the export or import.
2018-01-05 16:22:31 -08:00
..
backend.go Add the ability to {ex,im}port a stack's deployment. 2018-01-05 16:22:31 -08:00
crypto.go Support secrets for cloud stacks. 2017-12-22 07:59:27 -08:00
display.go Allow users to control if and how output is colorized. (#718) 2017-12-14 11:53:02 -08:00
stack.go Add the ability to {ex,im}port a stack's deployment. 2018-01-05 16:22:31 -08:00
state.go Implement resource protection (#751) 2017-12-20 14:31:07 -08:00