github.com/Racer159/jackal@v0.32.7-0.20240401174413-0bd2339e4f2e/docs/2-the-jackal-cli/100-cli-commands/jackal_tools_helm_repo_list.md (about)

     1  # jackal tools helm repo list
     2  <!-- Auto-generated by hack/gen-cli-docs.sh -->
     3  
     4  list chart repositories
     5  
     6  ```
     7  jackal tools helm repo list [flags]
     8  ```
     9  
    10  ## Options
    11  
    12  ```
    13    -h, --help            help for list
    14    -o, --output format   prints the output in the specified format. Allowed values: table, json, yaml (default table)
    15  ```
    16  
    17  ## Options inherited from parent commands
    18  
    19  ```
    20        --burst-limit int                 client-side default throttling limit (default 100)
    21        --debug                           enable verbose output
    22        --kube-apiserver string           the address and the port for the Kubernetes API server
    23        --kube-as-group stringArray       group to impersonate for the operation, this flag can be repeated to specify multiple groups.
    24        --kube-as-user string             username to impersonate for the operation
    25        --kube-ca-file string             the certificate authority file for the Kubernetes API server connection
    26        --kube-context string             name of the kubeconfig context to use
    27        --kube-insecure-skip-tls-verify   if true, the Kubernetes API server's certificate will not be checked for validity. This will make your HTTPS connections insecure
    28        --kube-tls-server-name string     server name to use for Kubernetes API server certificate validation. If it is not provided, the hostname used to contact the server is used
    29        --kube-token string               bearer token used for authentication
    30        --kubeconfig string               path to the kubeconfig file
    31    -n, --namespace string                namespace scope for this request
    32        --qps float32                     queries per second used when communicating with the Kubernetes API, not including bursting
    33        --registry-config string          path to the registry config file
    34        --repository-cache string         path to the file containing cached repository indexes
    35        --repository-config string        path to the file containing repository names and URLs
    36  ```
    37  
    38  ## SEE ALSO
    39  
    40  * [jackal tools helm repo](jackal_tools_helm_repo.md)	 - add, list, remove, update, and index chart repositories