pulumi/cmd
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
..
create.go Repivot plan/apply commands; prepare for updates 2017-02-22 11:21:26 -08:00
delete.go Repivot plan/apply commands; prepare for updates 2017-02-22 11:21:26 -08:00
describe.go Print the dependency key and value during describe 2017-02-21 12:30:31 -08:00
eval.go Implement snapshot MuGL 2017-02-21 18:31:43 -08:00
get.go Begin merging MuPackage/MuIL into the compiler 2017-01-17 17:04:15 -08:00
mu.go Repivot plan/apply commands; prepare for updates 2017-02-22 11:21:26 -08:00
shared.go Echo resource provider outputs 2017-02-22 18:53:36 -08:00
update.go Repivot plan/apply commands; prepare for updates 2017-02-22 11:21:26 -08:00
verify.go Add a mu verify command 2017-02-03 19:27:37 -08:00
version.go Annotate a bunch of TODOs with work item numbers 2016-11-23 12:30:02 -08:00