# Functions
NewCommand creates a new Cobra command and a new Runner object, which is used to install Radius onto a Kubernetes cluster.
NewRunner creates a new Runner struct with Helm and Output fields initialized with the HelmInterface and Output objects returned by the Factory's GetHelmInterface and GetOutput methods respectively.