github.com/argoproj/argo-cd@v1.8.7/docs/operator-manual/server-commands/argocd-util_apps.md (about)

     1  ## argocd-util apps
     2  
     3  Utility commands operate on ArgoCD applications
     4  
     5  ### Synopsis
     6  
     7  Utility commands operate on ArgoCD applications
     8  
     9  ```
    10  argocd-util apps [flags]
    11  ```
    12  
    13  ### Options
    14  
    15  ```
    16    -h, --help   help for apps
    17  ```
    18  
    19  ### SEE ALSO
    20  
    21  * [argocd-util](argocd-util.md)	 - argocd-util tools used by Argo CD
    22  * [argocd-util apps diff-reconcile-results](argocd-util_apps_diff-reconcile-results.md)	 - Compare results of two reconciliations and print diff.
    23  * [argocd-util apps get-reconcile-results](argocd-util_apps_get-reconcile-results.md)	 - Reconcile all applications and stores reconciliation summary in the specified file.
    24