container-diff icon indicating copy to clipboard operation
container-diff copied to clipboard

Cleanup stdout/stderr output in general

Open dlorenc opened this issue 7 years ago • 2 comments

  • stdout should have machine parseable output
  • stderr should have logs (when enabled) and user visible status output
  • return codes should be 0 unless there is an error
  • We should let users customize the output to stdout using a go template string

dlorenc avatar Jan 10 '18 16:01 dlorenc

cc @sharifelgamal

dlorenc avatar Jan 10 '18 17:01 dlorenc

Integrate with CTC and this will be done. Here is a sample PR. https://github.com/GoogleContainerTools/container-structure-test/commit/9c37b86154503dfd842056c75b36a9bab6407b5b

tejal29 avatar May 18 '18 17:05 tejal29