pulumi/pkg/engine
joeduffy 25f5a71568 Add support for project plugins
This adds support for two things:

* Installing all plugins that a project requires with a single command:

    $ pulumi plugin install

* Listing the plugins that this project requires:

    $ pulumi plugin ls --project
    $ pulumi plugin ls -p
2018-02-19 11:24:19 -08:00
..
deploy.go Clean up colorization logic 2018-01-31 15:46:14 -08:00
destroy.go Clean up colorization logic 2018-01-31 15:46:14 -08:00
engine.go Rename package to project (#935) 2018-02-14 13:56:16 -08:00
env.go Remove the Engine type entirely. 2018-01-08 14:20:51 -08:00
events.go Clean up colorization logic 2018-01-31 15:46:14 -08:00
eventsink.go Clean up colorization logic 2018-01-31 15:46:14 -08:00
plan.go Add support for project plugins 2018-02-19 11:24:19 -08:00
preview.go Clean up colorization logic 2018-01-31 15:46:14 -08:00
project.go Do not use absolute paths for main/proj 2018-02-18 08:08:15 -08:00