|
97 | 97 | --no-color remove colors from the output. If both --no-color and --color are unspecified, coloring enabled only when the stdout is a term and TERM is not "dumb" |
98 | 98 | --no-hooks disable diffing of hooks |
99 | 99 | --normalize-manifests normalize manifests before running diff to exclude style differences from the output |
100 | | - --output string Possible values: diff, simple, template. When set to "template", use the env var HELM_DIFF_TPL to specify the template. (default "diff") |
| 100 | + --output string Possible values: diff, simple, template, dyff. When set to "template", use the env var HELM_DIFF_TPL to specify the template. (default "diff") |
101 | 101 | --post-renderer string the path to an executable to be used for post rendering. If it exists in $PATH, the binary will be used, otherwise it will try to look for the executable at the given path |
102 | 102 | --post-renderer-args stringArray an argument to the post-renderer (can specify multiple) |
103 | 103 | --repo string specify the chart repository url to locate the requested chart |
@@ -192,7 +192,7 @@ Flags: |
192 | 192 | --kubeconfig string This flag is ignored, to allow passing of this top level flag to helm |
193 | 193 | --no-hooks disable diffing of hooks |
194 | 194 | --normalize-manifests normalize manifests before running diff to exclude style differences from the output |
195 | | - --output string Possible values: diff, simple, template. When set to "template", use the env var HELM_DIFF_TPL to specify the template. (default "diff") |
| 195 | + --output string Possible values: diff, simple, template, dyff. When set to "template", use the env var HELM_DIFF_TPL to specify the template. (default "diff") |
196 | 196 | --post-renderer string the path to an executable to be used for post rendering. If it exists in $PATH, the binary will be used, otherwise it will try to look for the executable at the given path |
197 | 197 | --post-renderer-args stringArray an argument to the post-renderer (can specify multiple) |
198 | 198 | --repo string specify the chart repository url to locate the requested chart |
@@ -238,7 +238,7 @@ Flags: |
238 | 238 | -h, --help help for release |
239 | 239 | --include-tests enable the diffing of the helm test hooks |
240 | 240 | --normalize-manifests normalize manifests before running diff to exclude style differences from the output |
241 | | - --output string Possible values: diff, simple, template. When set to "template", use the env var HELM_DIFF_TPL to specify the template. (default "diff") |
| 241 | + --output string Possible values: diff, simple, template, dyff. When set to "template", use the env var HELM_DIFF_TPL to specify the template. (default "diff") |
242 | 242 | --show-secrets do not redact secret values in the output |
243 | 243 | --strip-trailing-cr strip trailing carriage return on input |
244 | 244 | --suppress stringArray allows suppression of the values listed in the diff output |
@@ -278,7 +278,7 @@ Flags: |
278 | 278 | -h, --help help for revision |
279 | 279 | --include-tests enable the diffing of the helm test hooks |
280 | 280 | --normalize-manifests normalize manifests before running diff to exclude style differences from the output |
281 | | - --output string Possible values: diff, simple, template. When set to "template", use the env var HELM_DIFF_TPL to specify the template. (default "diff") |
| 281 | + --output string Possible values: diff, simple, template, dyff. When set to "template", use the env var HELM_DIFF_TPL to specify the template. (default "diff") |
282 | 282 | --show-secrets do not redact secret values in the output |
283 | 283 | --strip-trailing-cr strip trailing carriage return on input |
284 | 284 | --suppress stringArray allows suppression of the values listed in the diff output |
@@ -312,7 +312,7 @@ Flags: |
312 | 312 | -h, --help help for rollback |
313 | 313 | --include-tests enable the diffing of the helm test hooks |
314 | 314 | --normalize-manifests normalize manifests before running diff to exclude style differences from the output |
315 | | - --output string Possible values: diff, simple, template. When set to "template", use the env var HELM_DIFF_TPL to specify the template. (default "diff") |
| 315 | + --output string Possible values: diff, simple, template, dyff. When set to "template", use the env var HELM_DIFF_TPL to specify the template. (default "diff") |
316 | 316 | --show-secrets do not redact secret values in the output |
317 | 317 | --strip-trailing-cr strip trailing carriage return on input |
318 | 318 | --suppress stringArray allows suppression of the values listed in the diff output |
|
0 commit comments