pulumi/pkg/resource/deploy
Joe Duffy b6a386995a
Set pwd for plugins (#706)
This change just flows the project's "main" directory all the way
through to the plugins, fixing #667.  In that work item, we discussed
alternative approaches, such as rewriting the asset paths, but this
is tricky because it's very tough to do without those absolute paths
somehow ending up in the checkpoint files.  Just launching the
processes with the right pwd is far easier and safer, and it turns
out that, conveniently, we set up the plugin context in exactly the
same place that we read the project information.
2017-12-12 12:31:09 -08:00
..
plan.go Track resources that are pending deletion in checkpoints. 2017-10-18 17:09:00 -07:00
plan_apply.go Fix pending delete replacement failure (#658) 2017-12-07 09:44:38 -08:00
plan_test.go Set pwd for plugins (#706) 2017-12-12 12:31:09 -08:00
snapshot.go Add a manifest to checkpoint files (#630) 2017-12-01 13:50:32 -08:00
source.go Simplify RPC changes 2017-11-29 12:08:01 -08:00
source_eval.go Decrypt configuration nearer to its use. 2017-12-04 17:10:40 -08:00
source_fixed.go Bring back component outputs 2017-11-29 07:42:14 -08:00
source_null.go Bring back component outputs 2017-11-29 07:42:14 -08:00
step.go Bring back stack outputs (#650) 2017-12-05 13:01:54 -08:00
target.go Decrypt configuration nearer to its use. 2017-12-04 17:10:40 -08:00