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

     1  # jackal tools helm repo
     2  <!-- Auto-generated by hack/gen-cli-docs.sh -->
     3  
     4  add, list, remove, update, and index chart repositories
     5  
     6  ## Synopsis
     7  
     8  
     9  This command consists of multiple subcommands to interact with chart repositories.
    10  
    11  It can be used to add, remove, list, and index chart repositories.
    12  
    13  
    14  ## Options
    15  
    16  ```
    17    -h, --help   help for repo
    18  ```
    19  
    20  ## Options inherited from parent commands
    21  
    22  ```
    23        --burst-limit int                 client-side default throttling limit (default 100)
    24        --debug                           enable verbose output
    25        --kube-apiserver string           the address and the port for the Kubernetes API server
    26        --kube-as-group stringArray       group to impersonate for the operation, this flag can be repeated to specify multiple groups.
    27        --kube-as-user string             username to impersonate for the operation
    28        --kube-ca-file string             the certificate authority file for the Kubernetes API server connection
    29        --kube-context string             name of the kubeconfig context to use
    30        --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
    31        --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
    32        --kube-token string               bearer token used for authentication
    33        --kubeconfig string               path to the kubeconfig file
    34    -n, --namespace string                namespace scope for this request
    35        --qps float32                     queries per second used when communicating with the Kubernetes API, not including bursting
    36        --registry-config string          path to the registry config file
    37        --repository-cache string         path to the file containing cached repository indexes
    38        --repository-config string        path to the file containing repository names and URLs
    39  ```
    40  
    41  ## SEE ALSO
    42  
    43  * [jackal tools helm](jackal_tools_helm.md)	 - Subset of the Helm CLI included with Jackal to help manage helm charts.
    44  * [jackal tools helm repo add](jackal_tools_helm_repo_add.md)	 - add a chart repository
    45  * [jackal tools helm repo index](jackal_tools_helm_repo_index.md)	 - generate an index file given a directory containing packaged charts
    46  * [jackal tools helm repo list](jackal_tools_helm_repo_list.md)	 - list chart repositories
    47  * [jackal tools helm repo remove](jackal_tools_helm_repo_remove.md)	 - remove one or more chart repositories
    48  * [jackal tools helm repo update](jackal_tools_helm_repo_update.md)	 - update information of available charts locally from chart repositories