You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
after migration from v7 to v8, I've noticed introduction of manifest diff. Would be nice to have an option to disable it with an env var or so or at least prevent it's output from being passed to stdout.
..some conditional skip would need to be present here.
Reasoning behind it. I know envs are not supposed to be used to treat sensitive info. However, if somebody does that, it would be nice to have an option to at least disable it from the default push output. As it wasn't present before in v7.
Best regards,
K.M.
The text was updated successfully, but these errors were encountered:
Hi there,
after migration from v7 to v8, I've noticed introduction of manifest diff. Would be nice to have an option to disable it with an env var or so or at least prevent it's output from being passed to stdout.
cli/command/v7/push_command.go
Line 209 in fb9397c
cli/command/v7/apply_manifest_command.go
Line 108 in fb9397c
..some conditional skip would need to be present here.
Reasoning behind it. I know envs are not supposed to be used to treat sensitive info. However, if somebody does that, it would be nice to have an option to at least disable it from the default push output. As it wasn't present before in v7.
Best regards,
K.M.
The text was updated successfully, but these errors were encountered: