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
--allow-unreleased enables diffing of releases that are not yet deployed via Helm
@@ -215,7 +215,7 @@ Global Flags:
215
215
```
216
216
$ helm diff release -h
217
217
218
-
This command compares the manifests details of a different release created from the same chart
218
+
This command compares the manifests details of a different releases created from the same chart
219
219
220
220
It can be used to compare the manifests of
221
221
@@ -229,33 +229,32 @@ Usage:
229
229
230
230
Flags:
231
231
-C, --context int output NUM lines of context around changes (default -1)
232
+
--detailed-exitcode return a non-zero exit code when there are changes
233
+
-D, --find-renames float32 Enable rename detection if set to any value greater than 0. If specified, the value denotes the maximum fraction of changed content as lines added + removed compared to total lines in a diff for considering it a rename. Only objects of the same Kind are attempted to be matched
232
234
-h, --help help for release
233
-
--home string location of your Helm config. Overrides $HELM_HOME (default "/home/aananth/.helm")
234
235
--include-tests enable the diffing of the helm test hooks
236
+
--normalize-manifests normalize manifests before running diff to exclude style differences from the output
237
+
--output string Possible values: diff, simple, template. When set to "template", use the env var HELM_DIFF_TPL to specify the template. (default "diff")
238
+
--show-secrets do not redact secret values in the output
235
239
--strip-trailing-cr strip trailing carriage return on input
236
240
--suppress stringArray allows suppression of the values listed in the diff output
237
241
-q, --suppress-secrets suppress secrets in the output
238
-
--tls enable TLS for request
239
-
--tls-ca-cert string path to TLS CA certificate file (default "$HELM_HOME/ca.pem")
240
-
--tls-cert string path to TLS certificate file (default "$HELM_HOME/cert.pem")
241
-
--tls-hostname string the server name used to verify the hostname on the returned certificates from the server
242
-
--tls-key string path to TLS key file (default "$HELM_HOME/key.pem")
243
-
--tls-verify enable TLS for request and verify remote
244
242
245
243
Global Flags:
246
-
--no-color remove colors from the output
244
+
--color color output. You can control the value for this flag via HELM_DIFF_COLOR=[true|false]. If both --no-color and --color are unspecified, coloring enabled only when the stdout is a term and TERM is not "dumb"
245
+
--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"
247
246
```
248
247
249
248
### revision:
250
249
251
250
```
252
251
$ helm diff revision -h
253
252
254
-
This command compares the manifest details of a named release.
253
+
This command compares the manifests details of a named release.
-C, --context int output NUM lines of context around changes (default -1)
272
+
--detailed-exitcode return a non-zero exit code when there are changes
273
+
-D, --find-renames float32 Enable rename detection if set to any value greater than 0. If specified, the value denotes the maximum fraction of changed content as lines added + removed compared to total lines in a diff for considering it a rename. Only objects of the same Kind are attempted to be matched
272
274
-h, --help help for revision
275
+
--include-tests enable the diffing of the helm test hooks
276
+
--normalize-manifests normalize manifests before running diff to exclude style differences from the output
277
+
--output string Possible values: diff, simple, template. When set to "template", use the env var HELM_DIFF_TPL to specify the template. (default "diff")
278
+
--show-secrets do not redact secret values in the output
273
279
--strip-trailing-cr strip trailing carriage return on input
274
280
--suppress stringArray allows suppression of the values listed in the diff output
275
281
-q, --suppress-secrets suppress secrets in the output
276
282
277
283
Global Flags:
278
-
--no-color remove colors from the output
284
+
--color color output. You can control the value for this flag via HELM_DIFF_COLOR=[true|false]. If both --no-color and --color are unspecified, coloring enabled only when the stdout is a term and TERM is not "dumb"
285
+
--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"
279
286
```
280
287
281
288
### rollback:
@@ -295,13 +302,21 @@ Examples:
295
302
helm diff rollback my-release 2
296
303
297
304
Flags:
305
+
-C, --context int output NUM lines of context around changes (default -1)
306
+
--detailed-exitcode return a non-zero exit code when there are changes
307
+
-D, --find-renames float32 Enable rename detection if set to any value greater than 0. If specified, the value denotes the maximum fraction of changed content as lines added + removed compared to total lines in a diff for considering it a rename. Only objects of the same Kind are attempted to be matched
298
308
-h, --help help for rollback
309
+
--include-tests enable the diffing of the helm test hooks
310
+
--normalize-manifests normalize manifests before running diff to exclude style differences from the output
311
+
--output string Possible values: diff, simple, template. When set to "template", use the env var HELM_DIFF_TPL to specify the template. (default "diff")
312
+
--show-secrets do not redact secret values in the output
299
313
--strip-trailing-cr strip trailing carriage return on input
300
314
--suppress stringArray allows suppression of the values listed in the diff output
301
315
-q, --suppress-secrets suppress secrets in the output
302
316
303
317
Global Flags:
304
-
--no-color remove colors from the output
318
+
--color color output. You can control the value for this flag via HELM_DIFF_COLOR=[true|false]. If both --no-color and --color are unspecified, coloring enabled only when the stdout is a term and TERM is not "dumb"
319
+
--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"
0 commit comments