Prerequisites

porter helm is a wrapper around the helm CLI tool that automatically sets the correct kubeconfig for your configured Porter cluster, in the form:

porter helm -- [helm commands] [helm args]

For example, if with helm you would do something like:

helm list

The above would translate to the following:

porter helm -- list