kubediff
kubediff copied to clipboard
diff from stdin not file
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?