pulumi/pkg/resource/plugin
Joe Duffy 457c34ff50
Add a PULUMI_DEV flag, and suppress warnings (#1361)
This change suppresses the warning

    warning: resource plugin aws is expected to have version >=0.11.3,
        but has 0.11.1-dev-1523506162-g06ec765; the wrong version may
        be on your path, or this may be a bug in the plugin

when the PULUMI_DEV envvar is set to a truthy value.

This warning keeps popping up in demos since I'm always using dev builds
and I'd like a way to shut it off, even though this can legitimately
point out a problem.  Eventually I'll switch to official buildsa but,
until then, it seems worth having a simple way to suppress.
2018-05-11 20:59:01 -07:00
..
analyzer.go Update the copyright end date to 2018. (#1068) 2018-03-21 12:43:21 -07:00
analyzer_plugin.go Send structured errors across RPC boundaries (#1072) 2018-03-28 17:07:35 -07:00
check.go Update the copyright end date to 2018. (#1068) 2018-03-21 12:43:21 -07:00
config_source.go Update the copyright end date to 2018. (#1068) 2018-03-21 12:43:21 -07:00
context.go Snapshot management overhaul and refactor (#1273) 2018-04-25 17:20:08 -07:00
host.go Add a PULUMI_DEV flag, and suppress warnings (#1361) 2018-05-11 20:59:01 -07:00
host_server.go Switch to a resource-progress oriented view for pulumi preview/update/destroy (#1116) 2018-04-10 12:03:11 -07:00
langruntime.go Update the copyright end date to 2018. (#1068) 2018-03-21 12:43:21 -07:00
langruntime_plugin.go Send structured errors across RPC boundaries (#1072) 2018-03-28 17:07:35 -07:00
plugin.go Restore streaming of plugin outputs to the progress display. (#1333) 2018-05-07 15:11:52 -07:00
provider.go Add an ID property to ReadResponse (#1145) 2018-04-10 12:58:50 -07:00
provider_plugin.go Run Configure calls in parallel (#1321) 2018-05-04 14:29:47 -07:00
rpc.go Update the copyright end date to 2018. (#1068) 2018-03-21 12:43:21 -07:00
rpc_test.go Update the copyright end date to 2018. (#1068) 2018-03-21 12:43:21 -07:00