pulumi/pkg/diag
joeduffy f00b146481 Echo resource provider outputs
This change introduces a new informational message category to the
overall diagnostics infrastructure, and then wires up the resource
provider plugins stdout/stderr streams to it.  In particular, a
write to stdout implies an informational message, whereas a write to
stderr implies an error.  This is just a very simple and convenient
way for plugins to provide progress reporting; eventually we may
need something more complex, due to parallel evaluation of resource
graphs, however I hope we don't have to deviate too much from this.
2017-02-22 18:53:36 -08:00
..
colors Echo resource provider outputs 2017-02-22 18:53:36 -08:00
diag.go Echo resource provider outputs 2017-02-22 18:53:36 -08:00
doc.go Fix a few type binding mistakes 2016-12-09 13:12:57 -08:00
pos.go Use 1-based column numbers 2017-02-13 06:44:48 -08:00
sink.go Echo resource provider outputs 2017-02-22 18:53:36 -08:00
sink_test.go Echo resource provider outputs 2017-02-22 18:53:36 -08:00