github.com/Racer159/jackal@v0.32.7-0.20240401174413-0bd2339e4f2e/docs/2-the-jackal-cli/100-cli-commands/jackal_tools_helm_version.md (about) 1 # jackal tools helm version 2 <!-- Auto-generated by hack/gen-cli-docs.sh --> 3 4 Print the version 5 6 ``` 7 jackal tools helm version [flags] 8 ``` 9 10 ## Options 11 12 ``` 13 -h, --help help for version 14 ``` 15 16 ## Options inherited from parent commands 17 18 ``` 19 --burst-limit int client-side default throttling limit (default 100) 20 --debug enable verbose output 21 --kube-apiserver string the address and the port for the Kubernetes API server 22 --kube-as-group stringArray group to impersonate for the operation, this flag can be repeated to specify multiple groups. 23 --kube-as-user string username to impersonate for the operation 24 --kube-ca-file string the certificate authority file for the Kubernetes API server connection 25 --kube-context string name of the kubeconfig context to use 26 --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 27 --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 28 --kube-token string bearer token used for authentication 29 --kubeconfig string path to the kubeconfig file 30 -n, --namespace string namespace scope for this request 31 --qps float32 queries per second used when communicating with the Kubernetes API, not including bursting 32 --registry-config string path to the registry config file 33 --repository-cache string path to the file containing cached repository indexes 34 --repository-config string path to the file containing repository names and URLs 35 ``` 36 37 ## SEE ALSO 38 39 * [jackal tools helm](jackal_tools_helm.md) - Subset of the Helm CLI included with Jackal to help manage helm charts.