pulumi/pkg/util/cmdutil
Matt Ellis 95ee6d85f6 Kill plugin child processes as well on Windows
On windows, we have to indirect through a batch file to launch plugins,
which means when we go to close a plugin, we only kill cmd.exe that is
running the batch file and not the underlying node process. This
prevents `pulumi` from exiting cleanly. So on Windows, we also kill any
direct children of the plugin process

Fixes #504
2017-10-30 23:22:14 -07:00
..
child.go Kill plugin child processes as well on Windows 2017-10-30 23:22:14 -07:00
child_windows.go Kill plugin child processes as well on Windows 2017-10-30 23:22:14 -07:00
diag.go Have engine emit "events" instead of writing to streams 2017-10-09 18:24:56 -07:00
exit.go Preserve Pulumi.yaml while applying edits 2017-10-23 05:27:26 -07: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