`helmfile-diff` sorts multiple and concurrent helm-diff outputs and stabilizes writes to stdout. It's required to use the stdout from helmfile-diff to detect if there was another change(s) between 2 points in time. For example, terraform-provider-helmfile runs a helmfile-diff on `terraform plan` and another on `terraform apply`. `terraform`, by design, fails when helmfile-diff outputs were not equivalent. Stabilized helmfile-diff output rescues that. |
||
|---|---|---|
| .. | ||
| context.go | ||
| exec.go | ||
| exec_test.go | ||
| exit_error.go | ||
| helmexec.go | ||
| id.go | ||
| log.go | ||
| runner.go | ||