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

     1  ## argocd-util settings
     2  
     3  Provides set of commands for settings validation and troubleshooting
     4  
     5  ### Synopsis
     6  
     7  Provides set of commands for settings validation and troubleshooting
     8  
     9  ```
    10  argocd-util settings [flags]
    11  ```
    12  
    13  ### Options
    14  
    15  ```
    16        --argocd-cm-path string          Path to local argocd-cm.yaml file
    17        --argocd-secret-path string      Path to local argocd-secret.yaml file
    18        --as string                      Username to impersonate for the operation
    19        --as-group stringArray           Group to impersonate for the operation, this flag can be repeated to specify multiple groups.
    20        --certificate-authority string   Path to a cert file for the certificate authority
    21        --client-certificate string      Path to a client certificate file for TLS
    22        --client-key string              Path to a client key file for TLS
    23        --cluster string                 The name of the kubeconfig cluster to use
    24        --context string                 The name of the kubeconfig context to use
    25    -h, --help                           help for settings
    26        --insecure-skip-tls-verify       If true, the server's certificate will not be checked for validity. This will make your HTTPS connections insecure
    27        --kubeconfig string              Path to a kube config. Only required if out-of-cluster
    28        --load-cluster-settings          Indicates that config map and secret should be loaded from cluster unless local file path is provided
    29    -n, --namespace string               If present, the namespace scope for this CLI request
    30        --password string                Password for basic authentication to the API server
    31        --request-timeout string         The length of time to wait before giving up on a single server request. Non-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests. (default "0")
    32        --server string                  The address and port of the Kubernetes API server
    33        --tls-server-name string         If provided, this name will be used to validate server certificate. If this is not provided, hostname used to contact the server is used.
    34        --token string                   Bearer token for authentication to the API server
    35        --user string                    The name of the kubeconfig user to use
    36        --username string                Username for basic authentication to the API server
    37  ```
    38  
    39  ### SEE ALSO
    40  
    41  * [argocd-util](argocd-util.md)	 - argocd-util tools used by Argo CD
    42  * [argocd-util settings resource-overrides](argocd-util_settings_resource-overrides.md)	 - Troubleshoot resource overrides
    43  * [argocd-util settings validate](argocd-util_settings_validate.md)	 - Validate settings
    44