feat: show proposed secret version changes during deploy

This commit is contained in:
3wc
2025-09-09 17:34:06 -04:00
parent 07cafd371c
commit c67fc57902
6 changed files with 94 additions and 29 deletions

View File

@ -192,7 +192,7 @@ checkout as-is. Recipe commit hashes are also supported as values for
}
// Gather secrets
secretInfo, err := deploy.GatherSecretsForDeploy(cl, app)
secretInfo, err := deploy.GatherSecretsForDeploy(cl, app, internal.ShowUnchanged)
if err != nil {
log.Fatal(err)
}