Skip to content

Commit

Permalink
doc(cli): update argocd_app_diff
Browse files Browse the repository at this point in the history
Adding the fact that secrets are ignored by the diff (not really stated in the doc so far)

Signed-off-by: ario0 <[email protected]>
  • Loading branch information
ario0 authored Oct 12, 2023
1 parent c9aa373 commit bb2e00c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/user-guide/commands/argocd_app_diff.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ Perform a diff against the target and live state.

### Synopsis

Perform a diff against the target and live state.
Perform a diff against the target and live state.
Uses 'diff' to render the difference. KUBECTL_EXTERNAL_DIFF environment variable can be used to select your own diff tool.
Returns the following exit codes: 2 on general errors, 1 when a diff is found, and 0 when no diff is found
Kubernetes Secrets are ignored from this diff.

```
argocd app diff APPNAME [flags]
Expand Down

0 comments on commit bb2e00c

Please sign in to comment.