pulumi/pkg/resource/plugin
Sean Gillespie 06d4268137
Improve error message when failing to load plugins (#2542)
This commit re-uses an error reporting mechanism previously used when
the plugin loader fails to locate a plugin that is compatible with the
requested plugin version. In addition to specifying what version we
attempted to load, it also outputs a command that will install the
missing plugin.
2019-03-11 22:17:01 +00:00
..
analyzer.go Add license headers 2018-05-22 15:02:47 -07:00
analyzer_plugin.go Improve error message when failing to load plugins (#2542) 2019-03-11 22:17:01 +00:00
check.go Add license headers 2018-05-22 15:02:47 -07:00
config_source.go Add license headers 2018-05-22 15:02:47 -07:00
context.go Implement status sinks 2018-08-31 15:56:53 -07:00
host.go Tidy up some data structures (#2135) 2018-11-01 08:28:11 -07:00
host_server.go Move management of root resource state to engine (#1944) 2018-09-18 11:47:34 -07:00
langruntime.go Add license headers 2018-05-22 15:02:47 -07:00
langruntime_plugin.go Improve error message when failing to load plugins (#2542) 2019-03-11 22:17:01 +00:00
plugin.go Improve error message when failing to load plugins (#2542) 2019-03-11 22:17:01 +00:00
provider.go Refresh inputs (#2531) 2019-03-11 13:50:00 -07:00
provider_plugin.go Improve error message when failing to load plugins (#2542) 2019-03-11 22:17:01 +00:00
rpc.go Implement more precise delete-before-replace semantics. (#2369) 2019-01-28 09:46:30 -08:00
rpc_test.go Follow up on #2369 (#2397) 2019-01-28 17:38:16 -08:00