Skip to content
/ h Public
forked from jakepearson/h

Always run the correct helm against your cluster

Notifications You must be signed in to change notification settings

deis/h

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

Automatically run the correct version of helm every time

This script will read the version of the Helm server you are running, download a new version of the helm CLI to your machine if needed, and run your command with a version of helm that matches your server.

I named it h since most everyone appears to alias helm to h anyway.

So Simple

Getting Started

Download the file to somewhere in your path. Any time you would call helm ..., call h ... instead.

curl -OL https://raw.githubusercontent.com/deis/h/master/h && chmod +x h

About

Always run the correct helm against your cluster

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%