Skip to content

Install Helm

Install | Linux

curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash

Bash Autocomplete

as root

helm completion bash > /etc/bash_completion.d/helm

or in bashrc

source <(helm completion bash)