pulumi/pkg/engine
CyrusNajmabadi e4946a6620
Allow users to control if and how output is colorized. (#718)
Part of the work to make it easier to tests of diff output.  Specifically, we now allow users to pass --color=option for several pulumi commands.  'option' can be one of 'always', 'never', 'raw', and 'auto' (the default).  

The meaning of these flags are:

1. auto: colorize normally, unless in --debug 
2. always: always colorize no matter what
3. never: never colorize no matter what.
4. raw: colorize, but preserve the original "<{%%}>" style control codes and not the translated platform specific codes.   This is for testing purposes and ensures we can have test for this stuff across platform.
2017-12-14 11:53:02 -08:00
..
deploy.go Allow users to control if and how output is colorized. (#718) 2017-12-14 11:53:02 -08:00
destroy.go Allow users to control if and how output is colorized. (#718) 2017-12-14 11:53:02 -08:00
engine.go Add (back) component outputs 2017-11-20 17:38:09 -08:00
env.go Initial work on tracing support (#521) 2017-11-08 17:08:51 -08:00
events.go Allow users to control if and how output is colorized. (#718) 2017-12-14 11:53:02 -08:00
eventsink.go Allow users to control if and how output is colorized. (#718) 2017-12-14 11:53:02 -08:00
pack.go Fix cloud tests 2017-12-03 06:34:06 -08:00
plan.go Allow users to control if and how output is colorized. (#718) 2017-12-14 11:53:02 -08:00
preview.go Allow users to control if and how output is colorized. (#718) 2017-12-14 11:53:02 -08:00