github.com/argoproj/argo-cd@v1.8.7/docs/operator-manual/server-commands/argocd-util.md (about) 1 ## argocd-util 2 3 argocd-util tools used by Argo CD 4 5 ### Synopsis 6 7 argocd-util has internal utility tools used by Argo CD 8 9 ``` 10 argocd-util [flags] 11 ``` 12 13 ### Options 14 15 ``` 16 -h, --help help for argocd-util 17 --logformat string Set the logging format. One of: text|json (default "text") 18 --loglevel string Set the logging level. One of: debug|info|warn|error (default "info") 19 ``` 20 21 ### SEE ALSO 22 23 * [argocd-util apps](argocd-util_apps.md) - Utility commands operate on ArgoCD applications 24 * [argocd-util export](argocd-util_export.md) - Export all Argo CD data to stdout (default) or a file 25 * [argocd-util gendexcfg](argocd-util_gendexcfg.md) - Generates a dex config from Argo CD settings 26 * [argocd-util import](argocd-util_import.md) - Import Argo CD data from stdin (specify `-') or a file 27 * [argocd-util kubeconfig](argocd-util_kubeconfig.md) - Generates kubeconfig for the specified cluster 28 * [argocd-util projects](argocd-util_projects.md) - Utility commands operate on ArgoCD Projects 29 * [argocd-util rundex](argocd-util_rundex.md) - Runs dex generating a config using settings from the Argo CD configmap and secret 30 * [argocd-util settings](argocd-util_settings.md) - Provides set of commands for settings validation and troubleshooting 31 * [argocd-util version](argocd-util_version.md) - Print version information 32