weaveworks/kubediff

diff from stdin not file

hawksight opened this issue · 0 comments

I might be missing something obvious, but is there way pass stdin to kubediff rather than reading from a file?

I generate the yaml to stdout and would then like to diff that against the current cluster.
I'm using python so actually building it in might be another option if anyone has an example?