Skip to content

Commit 6c33457

Browse files
authored
add --output=dyff to possible values to README.md (#633)
1 parent 2e000ac commit 6c33457

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Flags:
9797
--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"
9898
--no-hooks disable diffing of hooks
9999
--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")
101101
--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
102102
--post-renderer-args stringArray an argument to the post-renderer (can specify multiple)
103103
--repo string specify the chart repository url to locate the requested chart
@@ -192,7 +192,7 @@ Flags:
192192
--kubeconfig string This flag is ignored, to allow passing of this top level flag to helm
193193
--no-hooks disable diffing of hooks
194194
--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")
196196
--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
197197
--post-renderer-args stringArray an argument to the post-renderer (can specify multiple)
198198
--repo string specify the chart repository url to locate the requested chart
@@ -238,7 +238,7 @@ Flags:
238238
-h, --help help for release
239239
--include-tests enable the diffing of the helm test hooks
240240
--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")
242242
--show-secrets do not redact secret values in the output
243243
--strip-trailing-cr strip trailing carriage return on input
244244
--suppress stringArray allows suppression of the values listed in the diff output
@@ -278,7 +278,7 @@ Flags:
278278
-h, --help help for revision
279279
--include-tests enable the diffing of the helm test hooks
280280
--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")
282282
--show-secrets do not redact secret values in the output
283283
--strip-trailing-cr strip trailing carriage return on input
284284
--suppress stringArray allows suppression of the values listed in the diff output
@@ -312,7 +312,7 @@ Flags:
312312
-h, --help help for rollback
313313
--include-tests enable the diffing of the helm test hooks
314314
--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")
316316
--show-secrets do not redact secret values in the output
317317
--strip-trailing-cr strip trailing carriage return on input
318318
--suppress stringArray allows suppression of the values listed in the diff output

0 commit comments

Comments
 (0)