pulumi/cmd
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
..
lumidl Argument validation for CLI commands 2017-11-29 16:10:53 -08:00
config.go Humanize some outputs a little (#723) 2017-12-14 11:51:58 -08:00
config_test.go Save config information in Pulumi.yaml 2017-10-20 13:30:07 -07:00
debug_cmds.go Improve the overall cloud CLI experience 2017-12-02 14:34:42 -08:00
destroy.go Allow users to control if and how output is colorized. (#718) 2017-12-14 11:53:02 -08:00
init.go Argument validation for CLI commands 2017-11-29 16:10:53 -08:00
login.go Add a logout --all command (#673) 2017-12-08 12:14:14 -08:00
logout.go Make config a little less error prone 2017-12-13 10:46:54 -08:00
logs.go Improve the overall cloud CLI experience 2017-12-02 14:34:42 -08:00
logs_test.go Address PR feedback on #600 (#611) 2017-11-28 12:54:36 -08:00
preview.go Allow users to control if and how output is colorized. (#718) 2017-12-14 11:53:02 -08:00
pulumi.go Make config a little less error prone 2017-12-13 10:46:54 -08:00
stack.go Humanize some outputs a little (#723) 2017-12-14 11:51:58 -08:00
stack_init.go Make config a little less error prone 2017-12-13 10:46:54 -08:00
stack_ls.go Humanize some outputs a little (#723) 2017-12-14 11:51:58 -08:00
stack_output.go Pass more stack info to ExtraRuntimeValidation (#717) 2017-12-13 16:09:14 -08:00
stack_rm.go Make some updates based on CR feedback 2017-12-03 08:10:50 -08:00
stack_select.go Improve the overall cloud CLI experience 2017-12-02 14:34:42 -08:00
update.go Allow users to control if and how output is colorized. (#718) 2017-12-14 11:53:02 -08:00
util.go Allow users to control if and how output is colorized. (#718) 2017-12-14 11:53:02 -08:00
version.go Add a manifest to checkpoint files (#630) 2017-12-01 13:50:32 -08:00