Installing helm and GitHub CLI
How to install Helm for Kubernetes and the GitHub CLI on Windows using chocolatey
less than a minute
Open powershell as admin
install/upgrade choco:
choco install kubernetes-helmchoco upgrade gh(for being sure it is installed)
winget install --id GitHub.cli
confirm with yes (y)
Last modified February 17, 2023: update (#208) (ea731fc)