stack_master icon indicating copy to clipboard operation
stack_master copied to clipboard

Logging-style output doesn't go to stderr

Open liamdawson opened this issue 5 years ago • 0 comments

Steps

  1. stack_master compile ap-southeast-2 ruby_ecr 2>/dev/null >template.yaml

Expected behaviour

template.yaml is a valid YAML file, and can be applied as a CloudFormation template.

Actual behaviour

template.yaml begins with informative output, and is not a valid YAML file.

$ cat template.yaml
- Executing compile on ruby-ecr in ap-southeast-2
Parameters:
...

liamdawson avatar Aug 02 '20 02:08 liamdawson