pulumi/pkg/workspace
Matt Ellis 23be6e16ab Fix plugin loading
Due to an interaction between pointers and go's `range` operator, we
would end up always returning the last plugin in a user's plugin
cache, instead of the right value.

We now save the current plugin into a local, so if we end up taking
the address the right thing will happen.

Fixes #1196
2018-04-13 18:42:36 -07:00
..
creds.go Require pulumi login before commands that need a backend 2018-04-05 10:19:41 -07:00
paths.go Update the copyright end date to 2018. (#1068) 2018-03-21 12:43:21 -07:00
plugins.go Fix plugin loading 2018-04-13 18:42:36 -07:00
project.go Update the copyright end date to 2018. (#1068) 2018-03-21 12:43:21 -07:00
repository.go Update the copyright end date to 2018. (#1068) 2018-03-21 12:43:21 -07:00
settings.go Update the copyright end date to 2018. (#1068) 2018-03-21 12:43:21 -07:00
templates.go Support offline template descriptions (#1044) 2018-03-13 16:09:25 -07:00
templates_test.go Adds a pulumi new command to scaffold a project (#1008) 2018-03-09 15:27:55 -08:00
workspace.go Update the copyright end date to 2018. (#1068) 2018-03-21 12:43:21 -07:00