pulumi/pkg/util/cmdutil
Pat Gavlin 234f0816e5 Stop formatting output that should be raw.
These changes introduce a new field, `Raw`, to `diag.Message`. This
field indicates that the contents of the message are not a format string
and should not be rendered via `Sprintf` during stringification.

The plugin std{out,err} readers have been updated to use raw messages,
and the event reader in `pulumi` has been fixed s.t. it does not format
event payloads before display.

Fixes #551.
2017-11-14 11:26:41 -08:00
..
child.go Kill plugin child processes as well on Windows 2017-10-30 23:22:14 -07:00
child_windows.go Aggregate process termination errors 2017-10-30 23:35:11 -07:00
diag.go Have engine emit "events" instead of writing to streams 2017-10-09 18:24:56 -07:00
exit.go Stop formatting output that should be raw. 2017-11-14 11:26:41 -08:00
log.go Rename pulumi-fabric to pulumi 2017-09-21 19:18:21 -07:00
log_test.go Clarify aspects of using the DCO 2017-06-26 14:46:34 -07:00
trace.go Initial work on tracing support (#521) 2017-11-08 17:08:51 -08:00